Struct rinutil::idtree::Arena[][src]

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

Methods

impl<T> Arena<T>
[src]

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> Index<NodeId> for Arena<T>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl<T> Send for Arena<T> where
    T: Send

impl<T> Sync for Arena<T> where
    T: Sync