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