Expand description
A map of String to Value.
Structs§
- Into
Iter - An owning iterator over the entries of a
Map. - Into
Values - An owning iterator over the values of a
Map. - Iter
- An iterator over the entries of a
Map. - IterMut
- A mutable iterator over the entries of a
Map. - Keys
- An iterator over the keys of a
Map. - Map
- Represents a serializable key/value type.
- Occupied
Entry - A view into an occupied entry in a
Map. It is part of theEntryenum. - Vacant
Entry - A view into a vacant entry in a
Map. It is part of theEntryenum. - Values
- An iterator over the values of a
Map. - Values
Mut - A mutable iterator over the values of a
Map.
Enums§
- Entry
- A view into a single entry in a map, which may be either vacant or occupied.