Struct vecvec::Slice [] [src]

pub struct Slice<T, Mutability> { /* fields omitted */ }

Methods

impl<'a, T, Mutability> Slice<T, Mutability>
[src]

impl<'a, T: 'a> Slice<T, Mutable<'a, T>>
[src]

Trait Implementations

impl<T: PartialEq, M1, M2> PartialEq<Slice<T, M2>> for Slice<T, M1>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Debug, Mutability> Debug for Slice<T, Mutability>
[src]

Formats the value using the given formatter.

impl<'a, T: PartialEq, Mutability> PartialEq<&'a [&'a [T]]> for Slice<T, Mutability>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.