pub struct NotMatcher<Inner>(/* private fields */);Trait Implementations§
Source§impl<Inner: Debug> Debug for NotMatcher<Inner>
impl<Inner: Debug> Debug for NotMatcher<Inner>
Source§impl<Inner, T> Matcher<T> for NotMatcher<Inner>where
Inner: Matcher<T>,
impl<Inner, T> Matcher<T> for NotMatcher<Inner>where
Inner: Matcher<T>,
fn matches(&self, value: T) -> MatchOutput
Auto Trait Implementations§
impl<Inner> Freeze for NotMatcher<Inner>where
Inner: Freeze,
impl<Inner> RefUnwindSafe for NotMatcher<Inner>where
Inner: RefUnwindSafe,
impl<Inner> Send for NotMatcher<Inner>where
Inner: Send,
impl<Inner> Sync for NotMatcher<Inner>where
Inner: Sync,
impl<Inner> Unpin for NotMatcher<Inner>where
Inner: Unpin,
impl<Inner> UnwindSafe for NotMatcher<Inner>where
Inner: UnwindSafe,
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