Struct jj_lib::matchers::FilesMatcher
source · pub struct FilesMatcher { /* private fields */ }
Implementations§
source§impl FilesMatcher
impl FilesMatcher
pub fn new(files: impl IntoIterator<Item = impl AsRef<RepoPath>>) -> Self
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 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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more