pub struct FilePathMatcher { /* private fields */ }Expand description
Reusable repository-relative file path matcher.
Implementations§
Source§impl FilePathMatcher
impl FilePathMatcher
Auto Trait Implementations§
impl Freeze for FilePathMatcher
impl RefUnwindSafe for FilePathMatcher
impl Send for FilePathMatcher
impl Sync for FilePathMatcher
impl Unpin for FilePathMatcher
impl UnwindSafe for FilePathMatcher
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