Module in_place::dummy_collections::b_tree_map
source · [−]Structs
stand in for std::collections::BTreeMap
Occupied entry of a BTreeMap.
Raw vacant entry of a BTreeMap.
Vacant entry of a BTreeMap.
Type Definitions
An entry of a BTreeMap. This is either DummyBTreeMapOccupiedEntry
or DummyBTreeMapVacantEntry
.
A raw entry of a BTreeMap. This is either DummyBTreeMapOccupiedEntry
or DummyBTreeMapRawVacantEntry
.