pub struct AllMatcher;Expand description
A matcher that hits every line.
Trait Implementations§
Source§impl Matcher for AllMatcher
impl Matcher for AllMatcher
fn match_line(&mut self, _line: &Line) -> MatchInfo
Auto Trait Implementations§
impl Freeze for AllMatcher
impl RefUnwindSafe for AllMatcher
impl Send for AllMatcher
impl Sync for AllMatcher
impl Unpin for AllMatcher
impl UnsafeUnpin for AllMatcher
impl UnwindSafe for AllMatcher
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