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