pub enum PrimitiveEventKind {
Created,
Modified,
Deleted,
Renamed,
Accessed,
MetadataChanged,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for PrimitiveEventKind
impl Clone for PrimitiveEventKind
Source§fn clone(&self) -> PrimitiveEventKind
fn clone(&self) -> PrimitiveEventKind
Returns a duplicate 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 PrimitiveEventKind
impl Debug for PrimitiveEventKind
Source§impl<'de> Deserialize<'de> for PrimitiveEventKind
impl<'de> Deserialize<'de> for PrimitiveEventKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrimitiveEventKind
impl PartialEq for PrimitiveEventKind
Source§impl Serialize for PrimitiveEventKind
impl Serialize for PrimitiveEventKind
impl Copy for PrimitiveEventKind
impl Eq for PrimitiveEventKind
impl StructuralPartialEq for PrimitiveEventKind
Auto Trait Implementations§
impl Freeze for PrimitiveEventKind
impl RefUnwindSafe for PrimitiveEventKind
impl Send for PrimitiveEventKind
impl Sync for PrimitiveEventKind
impl Unpin for PrimitiveEventKind
impl UnsafeUnpin for PrimitiveEventKind
impl UnwindSafe for PrimitiveEventKind
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