Module map

Source
Expand description

Type definitions for a default map.

Structs§

IntoIter
An iterator over the owned items of an Map.
IntoKeys
An iterator over the owned keys of a Map.
IntoValues
An iterator over the owned values of a Map.
Iter
An iterator over the items of a Map.
IterMut
An iterator over the mutable items of a Map.
Keys
An iterator over the keys of a Map.
Map
A default key-value mapping.
OccupiedEntry
A view into an occupied entry in a Map.
VacantEntry
A view into a vacant entry in a Map.
Values
An iterator over the values of a Map.
ValuesMut
An mutable iterator over the values of a Map.

Enums§

Entry
A view into a single entry in a Map, which may either be vacant or occupied.