Module std::collections::hash_map
[−]
[src]
A hashmap
Structs
Drain |
HashMap drain iterator. |
HashMap |
A hash map implementation which uses linear probing with Robin Hood bucket stealing. |
IntoIter |
HashMap move iterator. |
Iter |
HashMap iterator. |
IterMut |
HashMap mutable values iterator. |
Keys |
HashMap keys iterator. |
OccupiedEntry |
A view into a single occupied location in a HashMap. |
VacantEntry |
A view into a single empty location in a HashMap. |
Values |
HashMap values iterator. |
RandomState |
[Unstable]
|
Enums
Entry |
A view into a single location in a map, which may be vacant or occupied. |