Struct containers::collections::HashTable[][src]

pub struct HashTable<K: Eq + Hash, T, H: Clone + Hasher = DefaultHasher, A: Alloc = NullAllocator> { /* fields omitted */ }

Methods

impl<K: Eq + Hash, T, H: Clone + Hasher, A: Alloc + Default> HashTable<K, T, H, A>
[src]

impl<K: Eq + Hash, T, H: Clone + Hasher, A: Alloc> HashTable<K, T, H, A>
[src]

Important traits for IterWithIx<'a, K, T>

Important traits for IterMutWithIx<'a, K, T>

Trait Implementations

impl<K: Send + Eq + Hash, T: Send, H: Send + Clone + Hasher, A: Alloc + Send> Send for HashTable<K, T, H, A>
[src]

impl<K: Sync + Eq + Hash, T: Sync, H: Sync + Clone + Hasher, A: Alloc + Sync> Sync for HashTable<K, T, H, A>
[src]

impl<K: Debug + Eq + Hash, T: Debug, H: Clone + Hasher, A: Alloc> Debug for HashTable<K, T, H, A>
[src]

Formats the value using the given formatter. Read more

impl<K: Eq + Hash, T, H: Clone + Hasher, A: Alloc> Drop for HashTable<K, T, H, A>
[src]

Executes the destructor for this type. Read more