Home
last modified time | relevance | path

Searched defs:RwLockUpgradableGuard (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/spin/src/
Drw_lock.rs98 pub struct RwLockUpgradableGuard<'a, T: 'a + ?Sized> { struct
99 inner: &'a RwLock<T>,
100 data: &'a T,
437 impl<'rwlock, T: ?Sized> RwLockUpgradableGuard<'rwlock, T> { impl
548 impl<'rwlock, T: ?Sized + fmt::Debug> fmt::Debug for RwLockUpgradableGuard<'rwlock, T> { implementation
554 impl<'rwlock, T: ?Sized + fmt::Display> fmt::Display for RwLockUpgradableGuard<'rwlock, T> { implementation
658 impl<'rwlock, T: ?Sized> Deref for RwLockUpgradableGuard<'rwlock, T> { implementation
687 impl<'rwlock, T: ?Sized> Drop for RwLockUpgradableGuard<'rwlock, T> { implementation