pub struct CollectionSourceKeyV1(/* private fields */);Expand description
Manifest-local source-key token.
Implementations§
Trait Implementations§
Source§impl Clone for CollectionSourceKeyV1
impl Clone for CollectionSourceKeyV1
Source§fn clone(&self) -> CollectionSourceKeyV1
fn clone(&self) -> CollectionSourceKeyV1
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 CollectionSourceKeyV1
impl Debug for CollectionSourceKeyV1
impl Eq for CollectionSourceKeyV1
Source§impl Hash for CollectionSourceKeyV1
impl Hash for CollectionSourceKeyV1
Source§impl Ord for CollectionSourceKeyV1
impl Ord for CollectionSourceKeyV1
Source§fn cmp(&self, other: &CollectionSourceKeyV1) -> Ordering
fn cmp(&self, other: &CollectionSourceKeyV1) -> 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 CollectionSourceKeyV1
impl PartialEq for CollectionSourceKeyV1
Source§impl PartialOrd for CollectionSourceKeyV1
impl PartialOrd for CollectionSourceKeyV1
Source§impl Serialize for CollectionSourceKeyV1
impl Serialize for CollectionSourceKeyV1
impl StructuralPartialEq for CollectionSourceKeyV1
Auto Trait Implementations§
impl Freeze for CollectionSourceKeyV1
impl RefUnwindSafe for CollectionSourceKeyV1
impl Send for CollectionSourceKeyV1
impl Sync for CollectionSourceKeyV1
impl Unpin for CollectionSourceKeyV1
impl UnsafeUnpin for CollectionSourceKeyV1
impl UnwindSafe for CollectionSourceKeyV1
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