pub struct SourceName(/* private fields */);Expand description
Validated local-referral/source name for lead provenance.
Implementations§
Source§impl SourceName
impl SourceName
Source§impl SourceName
impl SourceName
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for SourceName
impl Clone for SourceName
Source§fn clone(&self) -> SourceName
fn clone(&self) -> SourceName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SourceName
impl Debug for SourceName
Source§impl<'de> Deserialize<'de> for SourceName
impl<'de> Deserialize<'de> for SourceName
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SourceName
impl Hash for SourceName
Source§impl Ord for SourceName
impl Ord for SourceName
Source§fn cmp(&self, other: &SourceName) -> Ordering
fn cmp(&self, other: &SourceName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SourceName
impl PartialEq for SourceName
Source§impl PartialOrd for SourceName
impl PartialOrd for SourceName
Source§impl Serialize for SourceName
impl Serialize for SourceName
impl Eq for SourceName
impl StructuralPartialEq for SourceName
Auto Trait Implementations§
impl Freeze for SourceName
impl RefUnwindSafe for SourceName
impl Send for SourceName
impl Sync for SourceName
impl Unpin for SourceName
impl UnsafeUnpin for SourceName
impl UnwindSafe for SourceName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more