Module indexmap::map [−][src]
IndexMap
is a hash table where the iteration order of the key-value
pairs is independent of the hash values of the keys.
Structs
Drain | A draining iterator over the entries of a |
IndexMap | A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. |
IntoIter | An owning iterator over the entries of a |
Iter | An iterator over the entries of a |
IterMut | A mutable iterator over the entries of a |
Keys | An iterator over the keys of a |
OccupiedEntry | A view into an occupied entry in a |
VacantEntry | A view into a vacant entry in a |
Values | An iterator over the values of a |
ValuesMut | A mutable iterator over the values of a |
Enums
Entry | Entry for an existing key-value pair or a vacant location to insert one. |
Traits
MutableKeys | Opt-in mutable access to keys. |