[][src]Struct lib3h_zombie_actor::GhostMutexGuard

#[must_use]
pub struct GhostMutexGuard<'lt, T: ?Sized + 'lt> { /* fields omitted */ }

Trait Implementations

impl<'lt, T: ?Sized + 'lt> AsMut<T> for GhostMutexGuard<'lt, T>[src]

impl<'lt, T: ?Sized + 'lt> AsRef<T> for GhostMutexGuard<'lt, T>[src]

impl<'lt, T: ?Sized + 'lt> Borrow<T> for GhostMutexGuard<'lt, T>[src]

impl<'lt, T: ?Sized + 'lt> BorrowMut<T> for GhostMutexGuard<'lt, T>[src]

impl<'lt, T: ?Sized + 'lt + Debug> Debug for GhostMutexGuard<'lt, T>[src]

impl<'lt, T: ?Sized + 'lt> Deref for GhostMutexGuard<'lt, T>[src]

type Target = T

The resulting type after dereferencing.

impl<'lt, T: ?Sized + 'lt> DerefMut for GhostMutexGuard<'lt, T>[src]

impl<'lt, T: ?Sized + 'lt> Drop for GhostMutexGuard<'lt, T>[src]

Auto Trait Implementations

impl<'lt, T> !RefUnwindSafe for GhostMutexGuard<'lt, T>

impl<'lt, T> !Send for GhostMutexGuard<'lt, T>

impl<'lt, T: ?Sized> Sync for GhostMutexGuard<'lt, T> where
    T: Sync

impl<'lt, T: ?Sized> Unpin for GhostMutexGuard<'lt, T>

impl<'lt, T> !UnwindSafe for GhostMutexGuard<'lt, T>

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> Erased for T

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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>,