Searched refs:RwLockWriteGuard (Results 1 – 1 of 1) sorted by relevance
64 pub fn write(&self) -> RwLockWriteGuard<'_, T> { in write()67 RwLockWriteGuard(guard) in write()85 pub struct RwLockWriteGuard<'a, T>(sync::RwLockWriteGuard<'a, T>); struct87 impl<'a, T> ops::Deref for RwLockWriteGuard<'a, T> { implementation95 impl<'a, T> ops::DerefMut for RwLockWriteGuard<'a, T> { implementation