Struct std::sync::RwLockWriteGuard
1.0.0 · source · [−]pub struct RwLockWriteGuard<'a, T: ?Sized + 'a> { /* private fields */ }Expand description
Trait Implementations
impl<T: Debug> Debug for RwLockWriteGuard<'_, T>
1.16.0 · source
impl<T: Debug> Debug for RwLockWriteGuard<'_, T>
1.16.0 · sourceimpl<T: ?Sized> Deref for RwLockWriteGuard<'_, T>
source
impl<T: ?Sized> Deref for RwLockWriteGuard<'_, T>
sourceimpl<T: ?Sized> DerefMut for RwLockWriteGuard<'_, T>
source
impl<T: ?Sized> DerefMut for RwLockWriteGuard<'_, T>
sourceimpl<T: ?Sized + Display> Display for RwLockWriteGuard<'_, T>
1.20.0 · source
impl<T: ?Sized + Display> Display for RwLockWriteGuard<'_, T>
1.20.0 · sourceimpl<T: ?Sized> Drop for RwLockWriteGuard<'_, T>
source
impl<T: ?Sized> Drop for RwLockWriteGuard<'_, T>
sourceimpl<T: ?Sized> !Send for RwLockWriteGuard<'_, T>
sourceimpl<T: ?Sized + Sync> Sync for RwLockWriteGuard<'_, T>
1.23.0 · sourceAuto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for RwLockWriteGuard<'a, T>
impl<'a, T: ?Sized> Unpin for RwLockWriteGuard<'a, T>
impl<'a, T: ?Sized> UnwindSafe for RwLockWriteGuard<'a, T>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more