Module intrusive_collections::singly_linked_list[][src]

Expand description

Intrusive singly-linked list.

Structs

A cursor which provides read-only access to a SinglyLinkedList.

A cursor which provides mutable access to a SinglyLinkedList.

An iterator which consumes a SinglyLinkedList.

An iterator over references to the items of a SinglyLinkedList.

Intrusive link that allows an object to be inserted into a SinglyLinkedList.

Default LinkOps implementation for SinglyLinkedList.

An intrusive singly-linked list.

Traits

Link operations for SinglyLinkedList.