Struct teardown_tree::Node [] [src]

pub struct Node<T: Item> {
    pub item: Option<T>,
}

Fields

Trait Implementations

impl<T: Debug + Item> Debug for Node<T>
[src]

Formats the value using the given formatter.

impl<T: Clone + Item> Clone for Node<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more