Struct jj_lib::matchers::PrefixMatcher
source · pub struct PrefixMatcher { /* private fields */ }
Implementations§
source§impl PrefixMatcher
impl PrefixMatcher
pub fn new(prefixes: impl IntoIterator<Item = impl AsRef<RepoPath>>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PrefixMatcher
impl Send for PrefixMatcher
impl Sync for PrefixMatcher
impl Unpin for PrefixMatcher
impl UnwindSafe for PrefixMatcher
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