Module id_ord_map

Source
Expand description

An ordered map where the keys are part of the values, based on a B-Tree.

For more information, see IdOrdMap.

Structs§

IdOrdMap
An ordered map where the keys are part of the values, based on a B-Tree.
IntoIter
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.
OccupiedEntry
A view into an occupied entry in an IdOrdMap. Part of the Entry enum.
RefMut
A mutable reference to an IdOrdMap entry.
VacantEntry
A vacant entry.

Enums§

Entry
An implementation of the Entry API for IdOrdMap.

Traits§

IdOrdItem
An element stored in an IdOrdMap.