[][src]Enum endpointsecurity::EsEvent

pub enum EsEvent {
    AuthExec(EsEventExec),
    AuthOpen(EsEventOpen),
    AuthRename(EsEventRename),
    AuthSignal(EsEventSignal),
    AuthUnlink(EsEventUnlink),
    NotifyExec(EsEventExec),
    NotifyOpen(EsEventOpen),
    NotifyLink(EsEventLink),
    NotifyRename(EsEventRename),
    NotifySignal(EsEventSignal),
    NotifyUnlink(EsEventUnlink),
    AuthLink(EsEventLink),
    AuthReadDir(EsEventReadDir),
    NotifyReadDir(EsEventReadDir),
}

Variants

AuthExec(EsEventExec)
AuthOpen(EsEventOpen)
AuthRename(EsEventRename)
AuthSignal(EsEventSignal)
NotifyExec(EsEventExec)
NotifyOpen(EsEventOpen)
NotifyRename(EsEventRename)
NotifySignal(EsEventSignal)
AuthReadDir(EsEventReadDir)
NotifyReadDir(EsEventReadDir)

Trait Implementations

impl Debug for EsEvent[src]

Auto Trait Implementations

impl RefUnwindSafe for EsEvent

impl Send for EsEvent

impl Sync for EsEvent

impl Unpin for EsEvent

impl UnwindSafe for EsEvent

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.