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