pub struct KeyOwned(/* private fields */);
Expand description
An owned key in a key-value pair.
Implementations§
Trait Implementations§
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