Enum polar_core::parser::ValueOrLogical [−][src]
Expand description
Used to denote whether an enclosed value is a value or a logical operator
Variants
Value(Term)Logical(Term)Either(Term)Auto Trait Implementations
impl RefUnwindSafe for ValueOrLogicalimpl Send for ValueOrLogicalimpl Sync for ValueOrLogicalimpl Unpin for ValueOrLogicalimpl UnwindSafe for ValueOrLogical