pub enum TimelineEventKind {
ProcessExec,
ProcessExit,
ProcessKprobe,
NetworkFlow,
GuardDecision,
ScanResult,
}Expand description
Classification of timeline events.
Variants§
Trait Implementations§
Source§impl Clone for TimelineEventKind
impl Clone for TimelineEventKind
Source§fn clone(&self) -> TimelineEventKind
fn clone(&self) -> TimelineEventKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TimelineEventKind
impl Debug for TimelineEventKind
Source§impl Display for TimelineEventKind
impl Display for TimelineEventKind
Source§impl PartialEq for TimelineEventKind
impl PartialEq for TimelineEventKind
Source§impl Serialize for TimelineEventKind
impl Serialize for TimelineEventKind
impl Copy for TimelineEventKind
impl Eq for TimelineEventKind
impl StructuralPartialEq for TimelineEventKind
Auto Trait Implementations§
impl Freeze for TimelineEventKind
impl RefUnwindSafe for TimelineEventKind
impl Send for TimelineEventKind
impl Sync for TimelineEventKind
impl Unpin for TimelineEventKind
impl UnsafeUnpin for TimelineEventKind
impl UnwindSafe for TimelineEventKind
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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