initSidebarItems({"struct":[["Cursor","A cursor which provides read-only access to a `SinglyLinkedList`."],["CursorMut","A cursor which provides mutable access to 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`."],["SinglyLinkedList","An intrusive doubly-linked list."]]});