pub struct KvPair(/* private fields */);
Expand description
Prepared key-value pair
Implementations§
Auto Trait Implementations§
impl Freeze for KvPair
impl !RefUnwindSafe for KvPair
impl !Send for KvPair
impl !Sync for KvPair
impl Unpin for KvPair
impl !UnwindSafe for KvPair
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