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