Struct antidote::RwLockWriteGuard [−][src]
#[must_use]pub struct RwLockWriteGuard<'a, T: ?Sized + 'a>(_);
Like std::sync::RwLockWriteGuard
.
Trait Implementations
impl<'a, T: ?Sized> Deref for RwLockWriteGuard<'a, T>
[src]
impl<'a, T: ?Sized> Deref for RwLockWriteGuard<'a, T>
type Target = T
The resulting type after dereferencing.
ⓘImportant traits for &'a mut Rfn deref(&self) -> &T
[src]
ⓘImportant traits for &'a mut R
fn deref(&self) -> &T
Dereferences the value.
impl<'a, T: ?Sized> DerefMut for RwLockWriteGuard<'a, T>
[src]
impl<'a, T: ?Sized> DerefMut for RwLockWriteGuard<'a, T>
Auto Trait Implementations
impl<'a, T> !Send for RwLockWriteGuard<'a, T>
impl<'a, T> !Send for RwLockWriteGuard<'a, T>
impl<'a, T: ?Sized> Sync for RwLockWriteGuard<'a, T> where
T: Sync,
impl<'a, T: ?Sized> Sync for RwLockWriteGuard<'a, T> where
T: Sync,