Enum simple_fs::SEventKind
source · pub enum SEventKind {
Create,
Modify,
Remove,
Other,
}Expand description
Simplified event kind.
Variants§
Trait Implementations§
source§impl Clone for SEventKind
impl Clone for SEventKind
source§fn clone(&self) -> SEventKind
fn clone(&self) -> SEventKind
Returns a copy of the value. Read more
1.0.0 · 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 SEventKind
impl Debug for SEventKind
source§impl From<EventKind> for SEventKind
impl From<EventKind> for SEventKind
source§impl Hash for SEventKind
impl Hash for SEventKind
source§impl PartialEq for SEventKind
impl PartialEq for SEventKind
source§fn eq(&self, other: &SEventKind) -> bool
fn eq(&self, other: &SEventKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SEventKind
impl StructuralEq for SEventKind
impl StructuralPartialEq for SEventKind
Auto Trait Implementations§
impl RefUnwindSafe for SEventKind
impl Send for SEventKind
impl Sync for SEventKind
impl Unpin for SEventKind
impl UnwindSafe for SEventKind
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