Module map

Source
Expand description

A hash map implementation with consistent ordering.

The types in this module are commonly used as the underlying data structure of arbitrary objects found in JSON API data.

Structsยง

Drain
A draining iterator over the entries of a Map.
IntoIter
An owning iterator over the entries of a Map.
Iter
An iterator over the entries of a Map.
IterMut
An mutable iterator over the entries of a Map.
Keys
An iterator over the keys of a Map.
Map
A hash map implementation with consistent ordering.
Values
An iterator over the values of a Map.
ValuesMut
A mutable iterator over the values of a Map.