Enum sql_ast::ast::BinaryOperator [−][src]
pub enum BinaryOperator {
Show variants
Plus,
Minus,
Multiply,
Divide,
Modulus,
Gt,
Lt,
GtEq,
LtEq,
Eq,
NotEq,
And,
Or,
Like,
Ilike,
NotLike,
In,
}Expand description
Binary operators
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinaryOperatorimpl Send for BinaryOperatorimpl Sync for BinaryOperatorimpl Unpin for BinaryOperatorimpl UnwindSafe for BinaryOperatorBlanket Implementations
Mutably borrows from an owned value. Read more