Expand description
An ordered map where the keys are part of the values, based on a B-Tree.
For more information, see IdOrdMap.
Structs§
- IdOrd
Map - An ordered map where the keys are part of the values, based on a B-Tree.
- Into
Iter - An iterator over the elements of a
IdOrdMapby ownership. - Iter
- An iterator over the elements of an
IdOrdMapby shared reference. - IterMut
- An iterator over the elements of a
IdOrdMapby mutable reference. - Occupied
Entry - A view into an occupied entry in an
IdOrdMap. Part of theEntryenum. - RefMut
- A mutable reference to an
IdOrdMapentry. - Vacant
Entry - A vacant entry.