pub struct ShardedLockReadGuard<'a, T>where
T: ?Sized,{ /* private fields */ }
Expand description
A guard used to release the shared read access of a ShardedLock
when dropped.
Trait Implementations§
Source§impl<T> Debug for ShardedLockReadGuard<'_, T>where
T: Debug,
impl<T> Debug for ShardedLockReadGuard<'_, T>where
T: Debug,
Source§impl<T> Deref for ShardedLockReadGuard<'_, T>where
T: ?Sized,
impl<T> Deref for ShardedLockReadGuard<'_, T>where
T: ?Sized,
Source§impl<T> Display for ShardedLockReadGuard<'_, T>
impl<T> Display for ShardedLockReadGuard<'_, T>
impl<T> Sync for ShardedLockReadGuard<'_, T>
Auto Trait Implementations§
impl<'a, T> Freeze for ShardedLockReadGuard<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for ShardedLockReadGuard<'a, T>where
T: RefUnwindSafe + ?Sized,
impl<'a, T> !Send for ShardedLockReadGuard<'a, T>
impl<'a, T> Unpin for ShardedLockReadGuard<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for ShardedLockReadGuard<'a, T>where
T: RefUnwindSafe + ?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.