Module alloc::collections::linked_list  
1.0.0 · source · Expand description
Structs
CursorExperimental
A cursor over a 
LinkedList.CursorMutExperimental
A cursor over a 
LinkedList with editing operations.DrainFilterExperimental
An iterator produced by calling 
drain_filter on LinkedList.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.