Struct std::sync::RwLockReadGuard 1.0.0
[−]
[src]
#[must_use] pub struct RwLockReadGuard<'a, T: ?Sized + 'a> { /* fields omitted */ }
RAII structure used to release the shared read access of a lock when dropped.
Trait Implementations
impl<'a, T: ?Sized> !Send for RwLockReadGuard<'a, T>
[src]
impl<'rwlock, T: ?Sized> Deref for RwLockReadGuard<'rwlock, T>
[src]
type Target = T
The resulting type after dereferencing
fn deref(&self) -> &T
The method called to dereference a value