Enum fswatch::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

Trait Implementations

impl Debug for FswEventFlag
[src]

Formats the value using the given formatter.

impl PartialEq for FswEventFlag
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for FswEventFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a fsw_event_flag> for FswEventFlag
[src]

Performs the conversion.