pub struct Fwatcher { /* private fields */ }Expand description
a struct save Fwatcher state
Implementations§
Source§impl Fwatcher
impl Fwatcher
Sourcepub fn exclude_pattern(&mut self, pat: Pattern) -> &mut Self
pub fn exclude_pattern(&mut self, pat: Pattern) -> &mut Self
add a watcher exclusive pattern
Sourcepub fn exclude_patterns(&mut self, pats: &[Pattern]) -> &mut Self
pub fn exclude_patterns(&mut self, pats: &[Pattern]) -> &mut Self
add watcher exclusive patterns
Auto Trait Implementations§
impl Freeze for Fwatcher
impl RefUnwindSafe for Fwatcher
impl Send for Fwatcher
impl Sync for Fwatcher
impl Unpin for Fwatcher
impl UnwindSafe for Fwatcher
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