[go: up one dir, main page]

Struct sid::MutIdSlice[][src]

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

Methods

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

Important traits for IdRange<T, H>

Trait Implementations

impl<'l, ID: Identifier, T: 'l> IntoIterator for MutIdSlice<'l, ID, T>
[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, T: 'l> Index<ID> for MutIdSlice<'l, ID, T>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

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

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

Auto Trait Implementations

impl<'l, ID, T> Send for MutIdSlice<'l, ID, T> where
    ID: Send,
    T: Send

impl<'l, ID, T> Sync for MutIdSlice<'l, ID, T> where
    ID: Sync,
    T: Sync