pub struct NoneMatcher;Trait Implementations§
Source§impl Debug for NoneMatcher
impl Debug for NoneMatcher
Source§impl<T> Matcher<Option<T>> for NoneMatcher
impl<T> Matcher<Option<T>> for NoneMatcher
fn matches(&self, t: Option<T>) -> MatchOutput
Auto Trait Implementations§
impl Freeze for NoneMatcher
impl RefUnwindSafe for NoneMatcher
impl Send for NoneMatcher
impl Sync for NoneMatcher
impl Unpin for NoneMatcher
impl UnwindSafe for NoneMatcher
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