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

Create a new set of matches.

Trait Implementations

Interpret and convert a pair of regex as a single positive filter and a single negative filter.

Performs the conversion.

Interpret and convert a pair of regex as a single positive filter and a single negative filter.

Performs the conversion.

Interpret and convert a pair of lists of regex as positive and negative filters.

Performs the conversion.

Interpret and convert a single regex as a single positive filter and no negative filter.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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