pub struct WatcherEventFilter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for WatcherEventFilter
impl Clone for WatcherEventFilter
Source§fn clone(&self) -> WatcherEventFilter
fn clone(&self) -> WatcherEventFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WatcherEventFilter
impl Debug for WatcherEventFilter
Source§impl Default for WatcherEventFilter
impl Default for WatcherEventFilter
Source§fn default() -> WatcherEventFilter
fn default() -> WatcherEventFilter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WatcherEventFilter
impl RefUnwindSafe for WatcherEventFilter
impl Send for WatcherEventFilter
impl Sync for WatcherEventFilter
impl Unpin for WatcherEventFilter
impl UnsafeUnpin for WatcherEventFilter
impl UnwindSafe for WatcherEventFilter
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