pub struct SchemaPruning {
pub schema: String,
pub eligible: usize,
pub pruned: usize,
}Expand description
Per-schema logsource pruning summary: how many rules a schema’s events evaluate versus how many are pruned by its implied logsource. A static view (independent of any specific event’s field values) for operator visibility.
Fields§
§schema: StringThe recognized schema name.
eligible: usizeRules evaluated for this schema (logsource-compatible).
pruned: usizeRules pruned for this schema (logsource-conflicting).
Trait Implementations§
Source§impl Clone for SchemaPruning
impl Clone for SchemaPruning
Source§fn clone(&self) -> SchemaPruning
fn clone(&self) -> SchemaPruning
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 moreSource§impl Debug for SchemaPruning
impl Debug for SchemaPruning
impl Eq for SchemaPruning
Source§impl PartialEq for SchemaPruning
impl PartialEq for SchemaPruning
impl StructuralPartialEq for SchemaPruning
Auto Trait Implementations§
impl Freeze for SchemaPruning
impl RefUnwindSafe for SchemaPruning
impl Send for SchemaPruning
impl Sync for SchemaPruning
impl Unpin for SchemaPruning
impl UnsafeUnpin for SchemaPruning
impl UnwindSafe for SchemaPruning
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.