pub struct GitIgnorer { /* private fields */ }Expand description
An object able to tell whether a file is excluded by gitignore rules
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for GitIgnorer
impl !RefUnwindSafe for GitIgnorer
impl Send for GitIgnorer
impl !Sync for GitIgnorer
impl Unpin for GitIgnorer
impl !UnwindSafe for GitIgnorer
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