pub struct ShardedLockWriteGuard<'a, T>where
T: ?Sized,{ /* private fields */ }
Expand description
A guard used to release the exclusive write access of a ShardedLock
when dropped.
Trait Implementations§
Source§impl<T> Debug for ShardedLockWriteGuard<'_, T>where
T: Debug,
impl<T> Debug for ShardedLockWriteGuard<'_, T>where
T: Debug,
Source§impl<T> Deref for ShardedLockWriteGuard<'_, T>where
T: ?Sized,
impl<T> Deref for ShardedLockWriteGuard<'_, T>where
T: ?Sized,
Source§impl<T> DerefMut for ShardedLockWriteGuard<'_, T>where
T: ?Sized,
impl<T> DerefMut for ShardedLockWriteGuard<'_, T>where
T: ?Sized,
Source§impl<T> Display for ShardedLockWriteGuard<'_, T>
impl<T> Display for ShardedLockWriteGuard<'_, T>
Source§impl<T> Drop for ShardedLockWriteGuard<'_, T>where
T: ?Sized,
impl<T> Drop for ShardedLockWriteGuard<'_, T>where
T: ?Sized,
impl<T> Sync for ShardedLockWriteGuard<'_, T>
Auto Trait Implementations§
impl<'a, T> Freeze for ShardedLockWriteGuard<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for ShardedLockWriteGuard<'a, T>where
T: ?Sized,
impl<'a, T> !Send for ShardedLockWriteGuard<'a, T>
impl<'a, T> Unpin for ShardedLockWriteGuard<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for ShardedLockWriteGuard<'a, T>where
T: ?Sized,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.