pub struct WatcherBuilder { /* private fields */ }Expand description
A builder for creating multiple watchers with different patterns
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WatcherBuilder
impl RefUnwindSafe for WatcherBuilder
impl Send for WatcherBuilder
impl Sync for WatcherBuilder
impl Unpin for WatcherBuilder
impl UnwindSafe for WatcherBuilder
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