[][src]Struct crossbeam_utils::sync::ShardedLockReadGuard

pub struct ShardedLockReadGuard<'a, T: ?Sized + 'a> { /* fields omitted */ }

A guard used to release the shared read access of a ShardedLock when dropped.

Trait Implementations

impl<'a, T: ?Sized + Sync> Sync for ShardedLockReadGuard<'a, T>[src]

impl<'a, T: ?Sized + Display> Display for ShardedLockReadGuard<'a, T>[src]

impl<'a, T: Debug> Debug for ShardedLockReadGuard<'a, T>[src]

impl<'a, T: ?Sized> Deref for ShardedLockReadGuard<'a, T>[src]

type Target = T

The resulting type after dereferencing.

Auto Trait Implementations

impl<'a, T> !Send for ShardedLockReadGuard<'a, T>

impl<'a, T: ?Sized> Unpin for ShardedLockReadGuard<'a, T>

impl<'a, T: ?Sized> RefUnwindSafe for ShardedLockReadGuard<'a, T>

impl<'a, T: ?Sized> UnwindSafe for ShardedLockReadGuard<'a, T>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]