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