Struct topia::Node [] [src]

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

Methods

impl<T> Node<T>
[src]

Pre-order traversal with the given function.

Post-order traversal with the given function.

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Hash> Hash for Node<T>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T> Deref for Node<T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<T> DerefMut for Node<T>
[src]

The method called to mutably dereference a value