pub enum ExemplarRuleKind {
Detection,
Correlation,
Filter,
}Expand description
Which kind of Sigma document an exemplar list is attached to.
Variants§
Detection
A stateless detection rule (event: payload).
Correlation
A stateful correlation rule (events: payload).
Filter
A filter rule (must not carry exemplars).
Trait Implementations§
Source§impl Clone for ExemplarRuleKind
impl Clone for ExemplarRuleKind
Source§fn clone(&self) -> ExemplarRuleKind
fn clone(&self) -> ExemplarRuleKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExemplarRuleKind
Source§impl Debug for ExemplarRuleKind
impl Debug for ExemplarRuleKind
impl Eq for ExemplarRuleKind
Source§impl PartialEq for ExemplarRuleKind
impl PartialEq for ExemplarRuleKind
Source§impl Serialize for ExemplarRuleKind
impl Serialize for ExemplarRuleKind
impl StructuralPartialEq for ExemplarRuleKind
Auto Trait Implementations§
impl Freeze for ExemplarRuleKind
impl RefUnwindSafe for ExemplarRuleKind
impl Send for ExemplarRuleKind
impl Sync for ExemplarRuleKind
impl Unpin for ExemplarRuleKind
impl UnsafeUnpin for ExemplarRuleKind
impl UnwindSafe for ExemplarRuleKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.