Struct sp_std::sync::RwLockWriteGuard
1.0.0 · source · [−]pub struct RwLockWriteGuard<'a, T> where
T: 'a + ?Sized, { /* private fields */ }
Expand description
Trait Implementations
1.16.0 · sourceimpl<'_, T> Debug for RwLockWriteGuard<'_, T> where
T: Debug,
impl<'_, T> Debug for RwLockWriteGuard<'_, T> where
T: Debug,
sourceimpl<'_, T> Deref for RwLockWriteGuard<'_, T> where
T: ?Sized,
impl<'_, T> Deref for RwLockWriteGuard<'_, T> where
T: ?Sized,
sourceimpl<'_, T> DerefMut for RwLockWriteGuard<'_, T> where
T: ?Sized,
impl<'_, T> DerefMut for RwLockWriteGuard<'_, T> where
T: ?Sized,
1.20.0 · sourceimpl<'_, T> Display for RwLockWriteGuard<'_, T> where
T: Display + ?Sized,
impl<'_, T> Display for RwLockWriteGuard<'_, T> where
T: Display + ?Sized,
sourceimpl<'_, T> Drop for RwLockWriteGuard<'_, T> where
T: ?Sized,
impl<'_, T> Drop for RwLockWriteGuard<'_, T> where
T: ?Sized,
impl<'_, T> !Send for RwLockWriteGuard<'_, T> where
T: ?Sized,
impl<'_, T> Sync for RwLockWriteGuard<'_, T> where
T: Sync + ?Sized,
Auto 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more