Struct ideal::vec::IdVec [] [src]

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

Methods

impl<T> IdVec<T>
[src]

Trait Implementations

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

Formats the value using the given formatter.

impl<T> Index<Id<T>> for IdVec<T>
[src]

The returned type after indexing

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

impl<T> IndexMut<Id<T>> for IdVec<T>
[src]

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

impl<T> Default for IdVec<T>
[src]

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

impl<T> From<Vec<T>> for IdVec<T>
[src]

Performs the conversion.

impl<T> Into<Vec<T>> for IdVec<T>
[src]

Performs the conversion.