Enum preserves_path::predicate::CompiledPredicate [−][src]
pub enum CompiledPredicate {
Selector(Node),
Not(Box<CompiledPredicate>),
Or(Vec<CompiledPredicate>),
And(Vec<CompiledPredicate>),
}Variants
Selector(Node)Tuple Fields of Selector
0: NodeNot(Box<CompiledPredicate>)Tuple Fields of Not
0: Box<CompiledPredicate>Or(Vec<CompiledPredicate>)Tuple Fields of Or
0: Vec<CompiledPredicate>And(Vec<CompiledPredicate>)Tuple Fields of And
0: Vec<CompiledPredicate>