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