pub struct FilesMatcher { /* private fields */ }Trait Implementations§
Source§impl Debug for FilesMatcher
impl Debug for FilesMatcher
Source§impl Matcher for FilesMatcher
impl Matcher for FilesMatcher
fn matches(&self, file: &FileRepoPath) -> bool
fn visit(&self, dir: &DirRepoPath) -> Visit<'_>
Source§impl PartialEq for FilesMatcher
impl PartialEq for FilesMatcher
impl Eq for FilesMatcher
impl StructuralPartialEq for FilesMatcher
Auto Trait Implementations§
impl Freeze for FilesMatcher
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