Struct quilkin::filters::FilterSet[][src]

pub struct FilterSet(_);
Expand description

A set of filters to be registered with a FilterRegistry.

Implementations

Returns a default set of filters which are runtime configurable and used with each endpoint.

Current default filters:

Returns a FilterSet with the filters provided through filters in addition to the defaults. Any filter factories provided by filters will override any defaults with a matching name.

See FilterSet::default for a list of the current defaults.

Creates a new FilterSet with the set of filter_factories without any defaults.

Trait Implementations

Returns the “default value” for a type. Read more

Performs the conversion.

Creates a value from an iterator. Read more

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more

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

Performs the conversion.

Wrap the input message T in a tonic::Request

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