Module json_api::value::collections::map
[−]
[src]
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 |
IntoIter |
An owning iterator over the entries of a |
Iter |
An iterator over the entries of a |
IterMut |
An mutable iterator over the entries of a |
Keys |
An iterator over the keys of a |
Map |
A hash map implementation with consistent ordering. |
Values |
An iterator over the values of a |
ValuesMut |
A mutable iterator over the values of a |