pub struct KeyOwned(/* private fields */);Expand description
An owned key in a key-value pair.
Implementations§
Trait Implementations§
Source§impl Ord for KeyOwned
impl Ord for KeyOwned
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 KeyOwned
impl PartialOrd for KeyOwned
impl Eq for KeyOwned
impl StructuralPartialEq for KeyOwned
Auto Trait Implementations§
impl Freeze for KeyOwned
impl RefUnwindSafe for KeyOwned
impl Send for KeyOwned
impl Sync for KeyOwned
impl Unpin for KeyOwned
impl UnsafeUnpin for KeyOwned
impl UnwindSafe for KeyOwned
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