Struct ideal::IdVec [] [src]

pub struct IdVec<I: Id, T> { /* fields omitted */ }

Methods

impl<I: Id, T> IdVec<I, T>
[src]

Trait Implementations

impl<I: Debug + Id, T: Debug> Debug for IdVec<I, T>
[src]

Formats the value using the given formatter.

impl<I: Id, T> Index<I> for IdVec<I, T>
[src]

The returned type after indexing

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

impl<I: Id, T> IndexMut<I> for IdVec<I, T>
[src]

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

impl<I: Id, T> Default for IdVec<I, T>
[src]

Returns the "default value" for a type. Read more

impl<I: Id, T> From<Vec<T>> for IdVec<I, T>
[src]

Performs the conversion.

impl<I: Id, T> Into<Vec<T>> for IdVec<I, T>
[src]

Performs the conversion.