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)
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)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EsEvent
impl<'de> Deserialize<'de> for EsEvent
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
Auto Trait Implementations§
impl Freeze for EsEvent
impl RefUnwindSafe for EsEvent
impl Send for EsEvent
impl Sync for EsEvent
impl Unpin for EsEvent
impl UnwindSafe for EsEvent
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