Struct hamcrest::matchers::vecs::OfLen [] [src]

pub struct OfLen { /* fields omitted */ }

Trait Implementations

impl Clone for OfLen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OfLen
[src]

impl Display for OfLen
[src]

Formats the value using the given formatter.

impl<'a, T> Matcher<&'a Vec<T>> for OfLen
[src]