pub struct AttributionSource(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for AttributionSource
impl AsRef<str> for AttributionSource
Source§impl Clone for AttributionSource
impl Clone for AttributionSource
Source§fn clone(&self) -> AttributionSource
fn clone(&self) -> AttributionSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AttributionSource
impl Debug for AttributionSource
Source§impl Display for AttributionSource
impl Display for AttributionSource
Source§impl FromStr for AttributionSource
impl FromStr for AttributionSource
Source§impl Hash for AttributionSource
impl Hash for AttributionSource
Source§impl Ord for AttributionSource
impl Ord for AttributionSource
Source§fn cmp(&self, other: &AttributionSource) -> Ordering
fn cmp(&self, other: &AttributionSource) -> Ordering
1.21.0 (const: unstable) · 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 AttributionSource
impl PartialEq for AttributionSource
Source§fn eq(&self, other: &AttributionSource) -> bool
fn eq(&self, other: &AttributionSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§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