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
IntoIter
Iter
IterMut
Keys
LinkedHashMap
A version of HashMap that has a user controllable order for its entries.
OccupiedEntry
RawEntryBuilder
RawEntryBuilderMut
RawOccupiedEntryMut
RawVacantEntryMut
VacantEntry
Values
ValuesMut

Enums§

Entry
RawEntryMut
TryReserveError