pub struct IgnorePatterns(/* private fields */);
Implementations§
Source§impl IgnorePatterns
impl IgnorePatterns
pub fn new() -> Self
pub fn from_toml_values(v: &[Value]) -> IgnorePatterns
pub fn matches_path(&self, path: &Path) -> bool
Auto Trait Implementations§
impl Freeze for IgnorePatterns
impl RefUnwindSafe for IgnorePatterns
impl Send for IgnorePatterns
impl Sync for IgnorePatterns
impl Unpin for IgnorePatterns
impl UnwindSafe for IgnorePatterns
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