Struct indextree::Arena [] [src]

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

An Arena structure containing certain Nodes

Methods

impl<T> Arena<T>
[src]

Create a new empty Arena

Create a new node from its associated data.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl<T> Index<NodeId> for Arena<T>
[src]

The returned type after indexing

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

impl<T> IndexMut<NodeId> for Arena<T>
[src]

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