Module alloc::collections::linked_list
1.0.0 · source · Expand description
Structs§
- An owning iterator over the elements of a
LinkedList
. - An iterator over the elements of a
LinkedList
. - A mutable iterator over the elements of a
LinkedList
. - A doubly-linked list with owned nodes.
- CursorExperimentalA cursor over a
LinkedList
. - CursorMutExperimentalA cursor over a
LinkedList
with editing operations. - ExtractIfExperimentalAn iterator produced by calling
extract_if
on LinkedList.