Structs§
- Cursor
Mut - The
CursorMut
struct and its implementation provide the basic mutable Cursor API for Linked lists as proposed in here, with several exceptions: - Drain
- Into
Iter - Iter
- IterMut
- Keys
- Linked
Hash Map - A version of
HashMap
that has a user controllable order for its entries. - Occupied
Entry - RawEntry
Builder - RawEntry
Builder Mut - RawOccupied
Entry Mut - RawVacant
Entry Mut - Vacant
Entry - Values
- Values
Mut