Struct antidote::RwLockReadGuard[][src]

#[must_use]
pub struct RwLockReadGuard<'a, T: ?Sized + 'a>(_);

Like std::sync::RwLockReadGuard.

Trait Implementations

impl<'a, T: ?Sized> Deref for RwLockReadGuard<'a, T>
[src]

The resulting type after dereferencing.

Important traits for &'a mut R

Dereferences the value.

Auto Trait Implementations

impl<'a, T> !Send for RwLockReadGuard<'a, T>

impl<'a, T: ?Sized> Sync for RwLockReadGuard<'a, T> where
    T: Sync