Searched defs:EqMatcher (Results 1 – 2 of 2) sorted by relevance
82 pub struct EqMatcher<T> { struct86 impl<T: Debug, A: Debug + Copy + PartialEq<T>> Matcher<A> for EqMatcher<T> { argument
569 explicit EqMatcher(const Rhs& rhs) in EqMatcher() function