Struct doubly::DoublyLinkedList [] [src]

pub struct DoublyLinkedList<T> { /* fields omitted */ }

Methods

impl<'a, T> DoublyLinkedList<T>
[src]

Trait Implementations

impl<T> Index<usize> for DoublyLinkedList<T>
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl<T> IndexMut<usize> for DoublyLinkedList<T>
[src]

The method for the mutable indexing (container[index]) operation

impl<T> Default for DoublyLinkedList<T>
[src]

Returns the "default value" for a type. Read more

impl<T> FromIterator<T> for DoublyLinkedList<T>
[src]

Creates a value from an iterator. Read more