Struct rustc_data_structures::snapshot_map::SnapshotMap[][src]

pub struct SnapshotMap<K, V> where
    K: Hash + Clone + Eq
{ /* fields omitted */ }

Methods

impl<K, V> SnapshotMap<K, V> where
    K: Hash + Clone + Eq
[src]

Trait Implementations

impl<'k, K, V> Index<&'k K> for SnapshotMap<K, V> where
    K: Hash + Clone + Eq
[src]

The returned type after indexing.

Important traits for &'a mut R

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl<K, V> Send for SnapshotMap<K, V> where
    K: Send,
    V: Send

impl<K, V> Sync for SnapshotMap<K, V> where
    K: Sync,
    V: Sync