pub struct RwLockWriteGuard<'a, T> { /* private fields */ }Expand description
Guard for a write lock.
Trait Implementations§
Source§impl<T> Deref for RwLockWriteGuard<'_, T>
impl<T> Deref for RwLockWriteGuard<'_, T>
Source§impl<T> DerefMut for RwLockWriteGuard<'_, T>
impl<T> DerefMut for RwLockWriteGuard<'_, T>
Source§impl<T> Drop for RwLockWriteGuard<'_, T>
impl<T> Drop for RwLockWriteGuard<'_, T>
impl<T: Send> Send for RwLockWriteGuard<'_, T>
impl<T: Send + Sync> Sync for RwLockWriteGuard<'_, T>
Auto Trait Implementations§
impl<'a, T> Freeze for RwLockWriteGuard<'a, T>
impl<'a, T> !RefUnwindSafe for RwLockWriteGuard<'a, T>
impl<'a, T> Unpin for RwLockWriteGuard<'a, T>
impl<'a, T> UnsafeUnpin for RwLockWriteGuard<'a, T>
impl<'a, T> !UnwindSafe for RwLockWriteGuard<'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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).