pub struct SortWriteGuard<'l, T> { /* private fields */ }Expand description
A write guard for a SortRwLock.
Trait Implementations§
Source§impl<'l, T> SortableLock for SortWriteGuard<'l, T>
impl<'l, T> SortableLock for SortWriteGuard<'l, T>
Auto Trait Implementations§
impl<'l, T> Freeze for SortWriteGuard<'l, T>
impl<'l, T> RefUnwindSafe for SortWriteGuard<'l, T>
impl<'l, T> Send for SortWriteGuard<'l, T>
impl<'l, T> Sync for SortWriteGuard<'l, T>
impl<'l, T> Unpin for SortWriteGuard<'l, T>
impl<'l, T> UnwindSafe for SortWriteGuard<'l, 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