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
. - Into
Iter - 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
. - Values
Mut - A mutable iterator over the values of a
Map
.