Struct crossbeam::sync::ShardedLockReadGuard [−][src]
pub struct ShardedLockReadGuard<'a, T> where
T: ?Sized, { /* fields omitted */ }
A guard used to release the shared read access of a ShardedLock
when dropped.
Trait Implementations
impl<'_, T> Debug for ShardedLockReadGuard<'_, T> where
T: Debug,
[src]
impl<'_, T> Debug for ShardedLockReadGuard<'_, T> where
T: Debug,
[src]impl<'_, T> Deref for ShardedLockReadGuard<'_, T> where
T: ?Sized,
[src]
impl<'_, T> Deref for ShardedLockReadGuard<'_, T> where
T: ?Sized,
[src]impl<'_, T> Display for ShardedLockReadGuard<'_, T> where
T: Display + ?Sized,
[src]
impl<'_, T> Display for ShardedLockReadGuard<'_, T> where
T: Display + ?Sized,
[src]impl<'_, T> Sync for ShardedLockReadGuard<'_, T> where
T: Sync + ?Sized,
[src]
T: Sync + ?Sized,