Struct sp_std::sync::RwLockWriteGuard 1.0.0[−][src]
#[must_use = "if unused the RwLock will immediately unlock"]pub struct RwLockWriteGuard<'a, T> where
T: 'a + ?Sized, { /* fields omitted */ }
RAII structure used to release the exclusive write access of a lock when dropped.
This structure is created by the write
and try_write
methods
on RwLock
.
Trait Implementations
impl<'_, T> Debug for RwLockWriteGuard<'_, T> where
T: Debug,
1.16.0[src]
impl<'_, T> Debug for RwLockWriteGuard<'_, T> where
T: Debug,
1.16.0[src]impl<'_, T> Deref for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]
impl<'_, T> Deref for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]impl<'_, T> DerefMut for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]
impl<'_, T> DerefMut for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]impl<'_, T> Display for RwLockWriteGuard<'_, T> where
T: Display + ?Sized,
1.20.0[src]
impl<'_, T> Display for RwLockWriteGuard<'_, T> where
T: Display + ?Sized,
1.20.0[src]impl<'_, T> !Send for RwLockWriteGuard<'_, T> where
T: ?Sized,
[src]
T: ?Sized,
impl<'_, T> Sync for RwLockWriteGuard<'_, T> where
T: Sync + ?Sized,
1.23.0[src]
T: Sync + ?Sized,