pub struct CollectionIdV1(/* private fields */);Expand description
One lowercase ASCII namespace token used by V1 collection ids and source keys.
Implementations§
Trait Implementations§
Source§impl Clone for CollectionIdV1
impl Clone for CollectionIdV1
Source§fn clone(&self) -> CollectionIdV1
fn clone(&self) -> CollectionIdV1
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 CollectionIdV1
impl Debug for CollectionIdV1
impl Eq for CollectionIdV1
Source§impl Hash for CollectionIdV1
impl Hash for CollectionIdV1
Source§impl Ord for CollectionIdV1
impl Ord for CollectionIdV1
Source§fn cmp(&self, other: &CollectionIdV1) -> Ordering
fn cmp(&self, other: &CollectionIdV1) -> 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 CollectionIdV1
impl PartialEq for CollectionIdV1
Source§impl PartialOrd for CollectionIdV1
impl PartialOrd for CollectionIdV1
Source§impl Serialize for CollectionIdV1
impl Serialize for CollectionIdV1
impl StructuralPartialEq for CollectionIdV1
Auto Trait Implementations§
impl Freeze for CollectionIdV1
impl RefUnwindSafe for CollectionIdV1
impl Send for CollectionIdV1
impl Sync for CollectionIdV1
impl Unpin for CollectionIdV1
impl UnsafeUnpin for CollectionIdV1
impl UnwindSafe for CollectionIdV1
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