Struct imprint::ix::MutSl [] [src]

pub struct MutSl<'a, 'l, T: 'a> { /* fields omitted */ }

Methods

impl<'a, 'l, T> MutSl<'a, 'l, T>
[src]

Trait Implementations

impl<'a, 'l, T> Debug for MutSl<'a, 'l, T>
[src]

Formats the value using the given formatter.

impl<'a, 'l, T> Index<Ix<'l>> for MutSl<'a, 'l, T>
[src]

The returned type after indexing

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

impl<'a, 'l, T> IndexMut<Ix<'l>> for MutSl<'a, 'l, T>
[src]

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