pub struct RelevanceFilter(/* private fields */);Expand description
Decides which raw watch paths reach the coalescer.
A boxed predicate rather than the IgnoreRules itself, because the rules are not
Send and the watch thread needs something it can own.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RelevanceFilter
impl !Sync for RelevanceFilter
impl !UnwindSafe for RelevanceFilter
impl Freeze for RelevanceFilter
impl Send for RelevanceFilter
impl Unpin for RelevanceFilter
impl UnsafeUnpin for RelevanceFilter
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