Enum dynamo::ast::CompareOp [] [src]

pub enum CompareOp {
    Less,
    LessOrEqual,
    Greater,
    GreaterOrEqual,
    Equal,
    NotEqual,
}

Variants

Trait Implementations

impl Debug for CompareOp
[src]

Formats the value using the given formatter.

impl Clone for CompareOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CompareOp
[src]