indexmap
2.7.0
Module entry
Module Items
Structs
Enums
In indexmap::
map::
core
indexmap
::
map
::
core
Module
entry
Copy item path
source
Structs
§
Indexed
Entry
A view into an occupied entry in an
IndexMap
obtained by index.
Occupied
Entry
A view into an occupied entry in an
IndexMap
. It is part of the
Entry
enum.
Vacant
Entry
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.