[][src]Struct crndm::sync::MutexGuard

pub struct MutexGuard<'a, T: 'a, A: MemPool> { /* fields omitted */ }

Trait Implementations

impl<T: Debug, A: MemPool, '_> Debug for MutexGuard<'_, T, A>[src]

impl<T, A: MemPool, '_> Deref for MutexGuard<'_, T, A>[src]

type Target = T

The resulting type after dereferencing.

impl<T: PSafe, A: MemPool, '_> DerefMut for MutexGuard<'_, T, A>[src]

impl<T: Display, A: MemPool, '_> Display for MutexGuard<'_, T, A>[src]

impl<T, A: MemPool, '_> Drop for MutexGuard<'_, T, A>[src]

impl<T: ?Sized, A: MemPool, '_> !Send for MutexGuard<'_, T, A>[src]

impl<T: Sync, A: MemPool, '_> Sync for MutexGuard<'_, T, A>[src]

impl<T: ?Sized, A: MemPool, '_> !TxOutSafe for MutexGuard<'_, T, A>[src]

Auto Trait Implementations

impl<'a, T, A> !LooseTxInUnsafe for MutexGuard<'a, T, A>[src]

impl<'a, T, A> !PSafe for MutexGuard<'a, T, A>[src]

impl<'a, T, A> !RefUnwindSafe for MutexGuard<'a, T, A>[src]

impl<'a, T, A> !TxInSafe for MutexGuard<'a, T, A>[src]

impl<'a, T, A> Unpin for MutexGuard<'a, T, A>[src]

impl<'a, T, A> !UnwindSafe for MutexGuard<'a, T, A>[src]

impl<'a, T, A> !VSafe for MutexGuard<'a, T, A>[src]

Blanket Implementations

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

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

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

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, A> ToString<A> for T where
    A: MemPool,
    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<V, T> VZip<V> for T where
    V: MultiLane<T>,