pub struct UniqueKey { /* private fields */ }Expand description
Unique key metadata.
Implementations§
Trait Implementations§
Source§impl Ord for UniqueKey
impl Ord for UniqueKey
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 UniqueKey
impl PartialOrd for UniqueKey
impl Eq for UniqueKey
impl StructuralPartialEq for UniqueKey
Auto Trait Implementations§
impl Freeze for UniqueKey
impl RefUnwindSafe for UniqueKey
impl Send for UniqueKey
impl Sync for UniqueKey
impl Unpin for UniqueKey
impl UnsafeUnpin for UniqueKey
impl UnwindSafe for UniqueKey
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