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.
- Cursor
Experimental A cursor over aLinkedList
. - Cursor
Mut Experimental A cursor over aLinkedList
with editing operations. - Extract
If Experimental An iterator produced by callingextract_if
on LinkedList.