Module relay_protocol::condition
source · Expand description
Types to specify conditions on data.
The root type is RuleCondition
.
Structs§
- Applies the ALL operation to an array field.
- Combines multiple conditions using logical AND.
- Applies the ANY operation to an array field.
- Options for
EqCondition
. - A condition that compares values for equality.
- A condition that uses glob matching.
- A condition that applies
>
. - A condition that applies
>=
. - A condition that applies
<
. - A condition that applies
<=
. - Applies logical NOT to a condition.
- Combines multiple conditions using logical OR.
Enums§
- A condition that can be evaluated on structured data.
Traits§
- A type that can be converted to a list of strings.