Expand description
Type definitions for a default map.
Structs§
- Into
Iter - An iterator over the owned items of an
Map
. - Into
Keys - An iterator over the owned keys of a
Map
. - Into
Values - 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.
- Occupied
Entry - A view into an occupied entry in a
Map
. - Vacant
Entry - A view into a vacant entry in a
Map
. - Values
- An iterator over the values of a
Map
. - Values
Mut - An mutable iterator over the values of a
Map
.