#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for StatelessRulesAndCustomActions
Implementations
Appends an item to stateless_rules
.
To override the contents of this collection use set_stateless_rules
.
Defines the set of stateless rules for use in a stateless rule group.
Defines the set of stateless rules for use in a stateless rule group.
Appends an item to custom_actions
.
To override the contents of this collection use set_custom_actions
.
Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions
specification. You name each custom action that you define, and then you can use it by name in your StatelessRule
RuleDefinition
Actions
specification.
Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions
specification. You name each custom action that you define, and then you can use it by name in your StatelessRule
RuleDefinition
Actions
specification.
Consumes the builder and constructs a StatelessRulesAndCustomActions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. 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