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