Enum fswatch_sys::FswEventFlag
[−]
[src]
pub enum FswEventFlag {
NoOp,
PlatformSpecific,
Created,
Updated,
Removed,
Renamed,
OwnerModified,
AttributeModified,
MovedFrom,
MovedTo,
IsFile,
IsDir,
IsSymLink,
Link,
Overflow,
}Flags denoting the operation(s) within an event.
Variants
NoOpPlatformSpecificCreatedUpdatedRemovedRenamedOwnerModifiedAttributeModifiedMovedFromMovedToIsFileIsDirIsSymLinkLinkOverflowTrait Implementations
impl Debug for FswEventFlag[src]
impl PartialEq for FswEventFlag[src]
fn eq(&self, __arg_0: &FswEventFlag) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for FswEventFlag[src]
fn clone(&self) -> FswEventFlag
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more