pub struct FreezeWriteGuard<'a, T: ?Sized> { /* private fields */ }
Expand description
A guard holding mutable access to a FreezeLock
which is in a locked state or frozen.
Implementations§
Trait Implementations§
source§impl<'a, T: ?Sized + 'a> Deref for FreezeWriteGuard<'a, T>
impl<'a, T: ?Sized + 'a> Deref for FreezeWriteGuard<'a, T>
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for FreezeWriteGuard<'a, T>
impl<'a, T> !Send for FreezeWriteGuard<'a, T>
impl<'a, T> !Sync for FreezeWriteGuard<'a, T>
impl<'a, T: ?Sized> Unpin for FreezeWriteGuard<'a, T>
impl<'a, T> !UnwindSafe for FreezeWriteGuard<'a, T>
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