Struct lib_composite::sl_lock::LockGuard [] [src]

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

Trait Implementations

impl<'a, T: ?Sized> !Send for LockGuard<'a, T>
[src]

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

impl<'lock, T: ?Sized> Deref for LockGuard<'lock, T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'lock, T: ?Sized> DerefMut for LockGuard<'lock, T>
[src]

[src]

Mutably dereferences the value.

impl<'a, T: ?Sized> Drop for LockGuard<'a, T>
[src]

[src]

Executes the destructor for this type. Read more