Struct jujutsu_lib::matchers::FilesMatcher
source · [−]pub struct FilesMatcher { /* private fields */ }Implementations
Trait Implementations
sourceimpl Debug for FilesMatcher
impl Debug for FilesMatcher
sourceimpl Matcher for FilesMatcher
impl Matcher for FilesMatcher
sourceimpl PartialEq<FilesMatcher> for FilesMatcher
impl PartialEq<FilesMatcher> for FilesMatcher
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &FilesMatcher) -> bool
fn ne(&self, other: &FilesMatcher) -> bool
This method tests for !=.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more