pub struct K(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for K
Auto Trait Implementations§
impl Freeze for K
impl RefUnwindSafe for K
impl Send for K
impl Sync for K
impl Unpin for K
impl UnwindSafe for K
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