Struct jj_lib::matchers::DifferenceMatcher
source · pub struct DifferenceMatcher<'input> { /* private fields */ }
Expand description
Matches paths that are matched by the first input matcher but not by the second.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'input> !RefUnwindSafe for DifferenceMatcher<'input>
impl<'input> !Send for DifferenceMatcher<'input>
impl<'input> !Sync for DifferenceMatcher<'input>
impl<'input> Unpin for DifferenceMatcher<'input>
impl<'input> !UnwindSafe for DifferenceMatcher<'input>
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