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
impl Eq for SEventKind
impl StructuralPartialEq for SEventKind
Auto Trait Implementations§
impl Freeze for SEventKind
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