Module entry

Source

Structs§

IndexedEntry
A view into an occupied entry in an IndexMap obtained by index.
OccupiedEntry
A view into an occupied entry in an IndexMap. It is part of the Entry enum.
VacantEntry
A view into a vacant entry in an IndexMap. It is part of the Entry enum.

Enums§

Entry
Entry for an existing key-value pair in an IndexMap or a vacant location to insert one.