Enum endpointsecurity::EsEvent[][src]

pub enum EsEvent {
Show 19 variants AuthExec(EsEventExec), AuthOpen(EsEventOpen), AuthKextload(EsEventKextload), AuthRename(EsEventRename), AuthSignal(EsEventSignal), AuthUnlink(EsEventUnlink), NotifyExec(EsEventExec), NotifyOpen(EsEventOpen), NotifyFork(EsEventFork), NotifyClose(EsEventClose), NotifyKextload(EsEventKextload), NotifyKextunload(EsEventKextunload), NotifyLink(EsEventLink), NotifyRename(EsEventRename), NotifySignal(EsEventSignal), NotifyUnlink(EsEventUnlink), AuthLink(EsEventLink), AuthReadDir(EsEventReadDir), NotifyReadDir(EsEventReadDir),
}

Variants

AuthExec(EsEventExec)

Tuple Fields of AuthExec

0: EsEventExec
AuthOpen(EsEventOpen)

Tuple Fields of AuthOpen

0: EsEventOpen
AuthKextload(EsEventKextload)

Tuple Fields of AuthKextload

0: EsEventKextload
AuthRename(EsEventRename)

Tuple Fields of AuthRename

0: EsEventRename
AuthSignal(EsEventSignal)

Tuple Fields of AuthSignal

0: EsEventSignal

Tuple Fields of AuthUnlink

0: EsEventUnlink
NotifyExec(EsEventExec)

Tuple Fields of NotifyExec

0: EsEventExec
NotifyOpen(EsEventOpen)

Tuple Fields of NotifyOpen

0: EsEventOpen
NotifyFork(EsEventFork)

Tuple Fields of NotifyFork

0: EsEventFork
NotifyClose(EsEventClose)

Tuple Fields of NotifyClose

0: EsEventClose
NotifyKextload(EsEventKextload)

Tuple Fields of NotifyKextload

0: EsEventKextload
NotifyKextunload(EsEventKextunload)

Tuple Fields of NotifyKextunload

0: EsEventKextunload

Tuple Fields of NotifyLink

0: EsEventLink
NotifyRename(EsEventRename)

Tuple Fields of NotifyRename

0: EsEventRename
NotifySignal(EsEventSignal)

Tuple Fields of NotifySignal

0: EsEventSignal

Tuple Fields of NotifyUnlink

0: EsEventUnlink

Tuple Fields of AuthLink

0: EsEventLink
AuthReadDir(EsEventReadDir)

Tuple Fields of AuthReadDir

0: EsEventReadDir
NotifyReadDir(EsEventReadDir)

Tuple Fields of NotifyReadDir

0: EsEventReadDir

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.