Module linked_hash_map

Source

Structsยง

CursorMut
The CursorMut struct and its implementation provide the basic mutable Cursor API for Linked lists as proposed in here, with several exceptions:
Drain
DropFilteredValues ๐Ÿ”’
FreeLink ๐Ÿ”’
IntoIter
Iter
IterMut
Keys
LinkedHashMap
A version of HashMap that has a user controllable order for its entries.
Node ๐Ÿ”’
OccupiedEntry
RawEntryBuilder
RawEntryBuilderMut
RawOccupiedEntryMut
RawVacantEntryMut
VacantEntry
ValueLinks ๐Ÿ”’
Values
ValuesMut

Enumsยง

Entry
RawEntryMut
TryReserveError

Traitsยง

OptNonNullExt ๐Ÿ”’

Functionsยง

allocate_node ๐Ÿ”’ โš 
attach_before ๐Ÿ”’ โš 
detach_node ๐Ÿ”’ โš 
drop_free_nodes ๐Ÿ”’ โš 
drop_value_nodes ๐Ÿ”’ โš 
ensure_guard_node ๐Ÿ”’ โš 
hash_key ๐Ÿ”’
hash_node ๐Ÿ”’ โš 
pop_free ๐Ÿ”’ โš 
push_free ๐Ÿ”’ โš 
remove_node ๐Ÿ”’ โš 

Unionsยง

Links ๐Ÿ”’