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