Module entry
indexmap
2.8.0
Module entry
Module Items
Structs
Enums
In indexmap::
map::
core
Modules
entry
raw_entry_v1
Structs
IndexMapCore
RefMut
Functions
equivalent
erase_index
get_hash
insert_bulk_no_grow
reserve_entries
update_index
Type Aliases
Entries
Indices
indexmap
::
map
::
core
Module
entry
Copy item path
Settings
Help
Summary
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.