indexmap
2.5.0
Module entry
Structs
Enums
In indexmap::map::core
Module
indexmap
::
map
::
core
::
entry
Copy item path
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.