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
IndexMap

A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.

IntoIter
Iter
IterMut
Keys
OccupiedEntry
VacantEntry
Values
ValuesMut

Enums

Entry

Entry for an existing key-value pair or a vacant location to insert one.

Traits

MutableKeys

Opt-in mutable access to keys.