Struct antidote::MutexGuard[][src]

#[must_use]
pub struct MutexGuard<'a, T: ?Sized + 'a>(_);
[]

Like std::sync::MutexGuard.

Trait Implementations

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

The resulting type after dereferencing.

Important traits for &'a mut R
[]

Dereferences the value.

impl<'a, T: ?Sized> DerefMut for MutexGuard<'a, T>
[src]
[+]

Important traits for &'a mut R
[]

Mutably dereferences the value.

Auto Trait Implementations

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

impl<'a, T: ?Sized> Sync for MutexGuard<'a, T> where
    T: Sync