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
IdOrdMap
by ownership. - Iter
- An iterator over the elements of an
IdOrdMap
by shared reference. - IterMut
- An iterator over the elements of a
IdOrdMap
by mutable reference. - Occupied
Entry - A view into an occupied entry in an
IdOrdMap
. Part of theEntry
enum. - RefMut
- A mutable reference to an
IdOrdMap
entry. - Vacant
Entry - A vacant entry.