pub struct ConfigId(/* private fields */);Expand description
Canonical configuration identifier, e.g. c1-9f2a4c1e77b0d3a5.
Implementations§
Trait Implementations§
impl Eq for ConfigId
Source§impl Ord for ConfigId
impl Ord for ConfigId
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 PartialOrd for ConfigId
impl PartialOrd for ConfigId
impl StructuralPartialEq for ConfigId
Auto Trait Implementations§
impl Freeze for ConfigId
impl RefUnwindSafe for ConfigId
impl Send for ConfigId
impl Sync for ConfigId
impl Unpin for ConfigId
impl UnsafeUnpin for ConfigId
impl UnwindSafe for ConfigId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.