Enum mock_it::Matcher[][src]

pub enum Matcher<I> {
    Val(I),
    Any,
}

Variants

Trait Implementations

impl<I: Debug> Debug for Matcher<I>
[src]

Formats the value using the given formatter. Read more

impl<I: PartialEq> PartialEq for Matcher<I>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<I> Send for Matcher<I> where
    I: Send

impl<I> Sync for Matcher<I> where
    I: Sync