Struct sid_vec::MutIdSlice [] [src]

pub struct MutIdSlice<'l, ID: Identifier, Data: 'l> { /* fields omitted */ }

Methods

impl<'l, ID: Identifier, Data: 'l> MutIdSlice<'l, ID, Data>
[src]

Trait Implementations

impl<'l, ID: Identifier, Data: 'l> IntoIterator for MutIdSlice<'l, ID, Data>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<'l, ID: Identifier, Data: 'l> Index<ID> for MutIdSlice<'l, ID, Data>
[src]

The returned type after indexing

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

impl<'l, ID: Identifier, Data: 'l> IndexMut<ID> for MutIdSlice<'l, ID, Data>
[src]

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