Struct tracing_layer_slack::EventFilters [−][src]
pub struct EventFilters { /* fields omitted */ }
Expand description
EventFilters describes two optional lists of regular expressions used to filter events.
If provided, each expression is used in either negatively (“does NOT MATCH”) or positively (“does MATCH”) filter against a specified value.
Implementations
Trait Implementations
Interpret and convert a pair of regex as a single positive filter and a single negative filter.
Interpret and convert a pair of regex as a single positive filter and a single negative filter.
Interpret and convert a pair of lists of regex as positive and negative filters.
Auto Trait Implementations
impl RefUnwindSafe for EventFilters
impl Send for EventFilters
impl Sync for EventFilters
impl Unpin for EventFilters
impl UnwindSafe for EventFilters
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more