Struct ixlist::Node [] [src]

pub struct Node<T> {
    pub value: T,
    // some fields omitted
}

Fields

value

Trait Implementations

Derived Implementations

impl<T: Debug> Debug for Node<T> where T: Debug

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<T: Clone> Clone for Node<T> where T: Clone

fn clone(&self) -> Node<T>

fn clone_from(&mut self, source: &Self)