Module in_place::dummy_collections::hash_map
source · [−]Structs
stand in for std::collections::HashMap
Occupied entry of a HashMap.
Raw vacant entry of a HashMap.
Vacant entry of a HashMap.
Type Definitions
An entry of a HashMap. This is either DummyHashMapOccupiedEntry
or DummyHashMapVacantEntry
.
A raw entry of a HashMap. This is either DummyHashMapOccupiedEntry
or DummyHashMapRawVacantEntry
.