Struct AttributionSource
pub struct AttributionSource(/* private fields */);Implementations§
§impl AttributionSource
impl AttributionSource
Trait Implementations§
§impl AsRef<str> for AttributionSource
impl AsRef<str> for AttributionSource
§impl Clone for AttributionSource
impl Clone for AttributionSource
§fn clone(&self) -> AttributionSource
fn clone(&self) -> AttributionSource
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 more§impl Debug for AttributionSource
impl Debug for AttributionSource
§impl Display for AttributionSource
impl Display for AttributionSource
§impl FromStr for AttributionSource
impl FromStr for AttributionSource
§impl Hash for AttributionSource
impl Hash for AttributionSource
§impl Ord for AttributionSource
impl Ord for AttributionSource
§fn cmp(&self, other: &AttributionSource) -> Ordering
fn cmp(&self, other: &AttributionSource) -> 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
§impl PartialEq for AttributionSource
impl PartialEq for AttributionSource
§impl PartialOrd for AttributionSource
impl PartialOrd for AttributionSource
impl Eq for AttributionSource
impl StructuralPartialEq for AttributionSource
Auto Trait Implementations§
impl Freeze for AttributionSource
impl RefUnwindSafe for AttributionSource
impl Send for AttributionSource
impl Sync for AttributionSource
impl Unpin for AttributionSource
impl UnsafeUnpin for AttributionSource
impl UnwindSafe for AttributionSource
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