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