Structs§
- Hetero
Container - A hetero container implemented with hashmap.
- Iter
- An iterator over the entries of a
HeteroContainer
. - IterMut
- A mutable iterator over the entries of a
HeteroContainer
. - Occupied
Entry - A view into an occupied entry in a
HeteroContainer
. It is part of theEntry
enum. - Vacant
Entry - A view into an vacant entry in a
HeteroContainer
. It is part of theEntry
enum.
Enums§
- Entry
- A view into a single entry in a container, which may either be vacant or occupied.