pub struct IdentKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for IdentKey
impl Ord for IdentKey
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 IdentKey
impl PartialOrd for IdentKey
impl Copy for IdentKey
impl Eq for IdentKey
impl StructuralPartialEq for IdentKey
Auto Trait Implementations§
impl Freeze for IdentKey
impl RefUnwindSafe for IdentKey
impl Send for IdentKey
impl Sync for IdentKey
impl Unpin for IdentKey
impl UnsafeUnpin for IdentKey
impl UnwindSafe for IdentKey
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