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

pub struct IdVec<K, V = K> { /* fields omitted */ }

Methods

impl<K, V> IdVec<K, V>
[src]

Trait Implementations

impl<K: Debug, V: Debug> Debug for IdVec<K, V>
[src]

Formats the value using the given formatter.

impl<K, V> Index<Id<K>> for IdVec<K, V>
[src]

The returned type after indexing

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

impl<K, V> IndexMut<Id<K>> for IdVec<K, V>
[src]

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

impl<K, V> Default for IdVec<K, V>
[src]

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

impl<K, V> From<Vec<V>> for IdVec<K, V>
[src]

Performs the conversion.

impl<K, V> Into<Vec<V>> for IdVec<K, V>
[src]

Performs the conversion.