pub struct NoOpMatcher();
Expand description
Does not do any parsing and just immediately returns an empty result.
Trait Implementations§
Source§impl ServerOutputMatcher<()> for NoOpMatcher
impl ServerOutputMatcher<()> for NoOpMatcher
Auto Trait Implementations§
impl Freeze for NoOpMatcher
impl RefUnwindSafe for NoOpMatcher
impl Send for NoOpMatcher
impl Sync for NoOpMatcher
impl Unpin for NoOpMatcher
impl UnwindSafe for NoOpMatcher
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