pub struct RangeLockWriteGuard<'lock, 'a, T: 'lock> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'lock, 'a, T> Freeze for RangeLockWriteGuard<'lock, 'a, T>
impl<'lock, 'a, T> !RefUnwindSafe for RangeLockWriteGuard<'lock, 'a, T>
impl<'lock, 'a, T> Send for RangeLockWriteGuard<'lock, 'a, T>
impl<'lock, 'a, T> Sync for RangeLockWriteGuard<'lock, 'a, T>
impl<'lock, 'a, T> Unpin for RangeLockWriteGuard<'lock, 'a, T>
impl<'lock, 'a, T> !UnwindSafe for RangeLockWriteGuard<'lock, '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