Struct hamcrest::matchers::is::IsNot [] [src]

pub struct IsNot<T, M> { /* fields omitted */ }

Trait Implementations

impl<T, M: Matcher<T>> Display for IsNot<T, M>
[src]

Formats the value using the given formatter.

impl<T, M: Matcher<T>> Matcher<T> for IsNot<T, M>
[src]