pub struct KeyVal { /* private fields */ }Implementations§
Trait Implementations§
impl StructuralPartialEq for KeyVal
Auto Trait Implementations§
impl Freeze for KeyVal
impl RefUnwindSafe for KeyVal
impl Send for KeyVal
impl Sync for KeyVal
impl Unpin for KeyVal
impl UnsafeUnpin for KeyVal
impl UnwindSafe for KeyVal
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