Struct vecvec::VecVec [] [src]

pub struct VecVec<T> { /* fields omitted */ }

Methods

impl<T> VecVec<T>
[src]

Trait Implementations

impl<T: Clone> Clone for VecVec<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: PartialEq> PartialEq for VecVec<T>
[src]

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

This method tests for !=.

impl<T: Eq> Eq for VecVec<T>
[src]

impl<T: Debug> Debug for VecVec<T>
[src]

Formats the value using the given formatter.