Struct antidote::RwLockWriteGuard
[−]
[src]
#[must_use] pub struct RwLockWriteGuard<'a, T: ?Sized + 'a>(_);
Like std::sync::RwLockWriteGuard.
#[must_use] pub struct RwLockWriteGuard<'a, T: ?Sized + 'a>(_);
Like std::sync::RwLockWriteGuard.
impl<'a, T: ?Sized> Deref for RwLockWriteGuard<'a, T>type Target = Tfn deref(&self) -> &Timpl<'a, T: ?Sized> DerefMut for RwLockWriteGuard<'a, T>fn deref_mut(&mut self) -> &mut T