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
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 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