Struct gcmap::HashMap[][src]

pub struct HashMap<K, V> { /* fields omitted */ }

Methods

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

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

Trait Implementations

impl<K, V> Default for HashMap<K, V> where
    K: Eq + Hash
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

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

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