MatcherMode

Type Alias MatcherMode 

Source
pub type MatcherMode = ConditionMode;
Expand description

Alias for ConditionMode for backwards compatibility.

Aliased Type§

pub enum MatcherMode {
    AND,
    OR,
    XOR,
}

Variants§

§

AND

All conditions must match

§

OR

At least one condition must match

§

XOR

Exactly one condition must match