Enum espr::ast::IntervalOperator [−][src]
pub enum IntervalOperator {
LessThan,
LessThanEqual,
}
Variants
<
<=
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntervalOperator
impl Send for IntervalOperator
impl Sync for IntervalOperator
impl Unpin for IntervalOperator
impl UnwindSafe for IntervalOperator
Blanket Implementations
Mutably borrows from an owned value. Read more