[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]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

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?

[src]

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.

[src]

Performs the indexing (container[index]) operation.

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

[src]

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