Struct lfsll::List [] [src]

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

Methods

impl<T> List<T>
[src]

[src]

Important traits for ListIter<'a, T>
[src]

[src]

impl<T: PartialEq> List<T>
[src]

[src]

Trait Implementations

impl<T> Sync for List<T> where
    T: Send
[src]

impl<T> Send for List<T> where
    T: Send
[src]

impl<T> Drop for List<T>
[src]

[src]

Executes the destructor for this type. Read more

impl<'a, T> IntoIterator for &'a List<T>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

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

[src]

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

Auto Trait Implementations