[][src]Module intrusive_collections::singly_linked_list

Intrusive singly-linked list.

Structs

Cursor

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

CursorMut

A cursor which provides mutable access to a SinglyLinkedList.

IntoIter

An iterator which consumes a SinglyLinkedList.

Iter

An iterator over references to the items of a SinglyLinkedList.

Link

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

LinkOps

Default LinkOps implementation for SinglyLinkedList.

SinglyLinkedList

An intrusive singly-linked list.

Traits

SinglyLinkedListOps

Link operations for SinglyLinkedList.