Struct storage_map::StorageMapGuard[][src]

pub struct StorageMapGuard<'a, L: 'a + RawRwLock, V: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, L: RawRwLock, V> Deref for StorageMapGuard<'a, L, V>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<'a, L: RawRwLock, V> Drop for StorageMapGuard<'a, L, V>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a, L, V> Send for StorageMapGuard<'a, L, V> where
    L: Sync,
    V: Sync

impl<'a, L, V> Sync for StorageMapGuard<'a, L, V> where
    L: Sync,
    V: Sync