Struct jj_lib::matchers::FilesMatcher
source · pub struct FilesMatcher { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for FilesMatcher
impl Debug for FilesMatcher
source§impl Matcher for FilesMatcher
impl Matcher for FilesMatcher
source§impl PartialEq for FilesMatcher
impl PartialEq for FilesMatcher
source§fn eq(&self, other: &FilesMatcher) -> bool
fn eq(&self, other: &FilesMatcher) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FilesMatcher
impl StructuralEq for FilesMatcher
impl StructuralPartialEq for FilesMatcher
Auto Trait Implementations§
impl RefUnwindSafe for FilesMatcher
impl Send for FilesMatcher
impl Sync for FilesMatcher
impl Unpin for FilesMatcher
impl UnwindSafe for FilesMatcher
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