Expand description
Types to specify conditions on data.
The root type is RuleCondition
.
Structs§
- AllCondition
- Applies the ALL operation to an array field.
- AndCondition
- Combines multiple conditions using logical AND.
- AnyCondition
- Applies the ANY operation to an array field.
- EqCond
Options - Options for
EqCondition
. - EqCondition
- A condition that compares values for equality.
- Glob
Condition - A condition that uses glob matching.
- GtCondition
- A condition that applies
>
. - GteCondition
- A condition that applies
>=
. - LtCondition
- A condition that applies
<
. - LteCondition
- A condition that applies
<=
. - NotCondition
- Applies logical NOT to a condition.
- OrCondition
- Combines multiple conditions using logical OR.
Enums§
- Rule
Condition - A condition that can be evaluated on structured data.
Traits§
- Into
Strings - A type that can be converted to a list of strings.