pub struct AnythingMatcher;Trait Implementations§
Source§impl Debug for AnythingMatcher
impl Debug for AnythingMatcher
Source§impl<T> Matcher<T> for AnythingMatcher
impl<T> Matcher<T> for AnythingMatcher
fn matches(&self, _: T) -> MatchOutput
Auto Trait Implementations§
impl Freeze for AnythingMatcher
impl RefUnwindSafe for AnythingMatcher
impl Send for AnythingMatcher
impl Sync for AnythingMatcher
impl Unpin for AnythingMatcher
impl UnwindSafe for AnythingMatcher
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more