pub enum WatchNotifyClass {
Modify,
Create,
Remove,
Other,
}Expand description
Notify-side event class without depending on the notify crate.
Variants§
Trait Implementations§
Source§impl Clone for WatchNotifyClass
impl Clone for WatchNotifyClass
Source§fn clone(&self) -> WatchNotifyClass
fn clone(&self) -> WatchNotifyClass
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 moreimpl Copy for WatchNotifyClass
Source§impl Debug for WatchNotifyClass
impl Debug for WatchNotifyClass
impl Eq for WatchNotifyClass
Source§impl PartialEq for WatchNotifyClass
impl PartialEq for WatchNotifyClass
impl StructuralPartialEq for WatchNotifyClass
Auto Trait Implementations§
impl Freeze for WatchNotifyClass
impl RefUnwindSafe for WatchNotifyClass
impl Send for WatchNotifyClass
impl Sync for WatchNotifyClass
impl Unpin for WatchNotifyClass
impl UnsafeUnpin for WatchNotifyClass
impl UnwindSafe for WatchNotifyClass
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