Enum sqlx_ledger_cel_parser::ast::ArithmeticOp
source · pub enum ArithmeticOp {
Add,
Subtract,
Divide,
Multiply,
Modulus,
}
Variants§
Trait Implementations§
source§impl Clone for ArithmeticOp
impl Clone for ArithmeticOp
source§fn clone(&self) -> ArithmeticOp
fn clone(&self) -> ArithmeticOp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ArithmeticOp
impl Debug for ArithmeticOp
source§impl PartialEq<ArithmeticOp> for ArithmeticOp
impl PartialEq<ArithmeticOp> for ArithmeticOp
source§fn eq(&self, other: &ArithmeticOp) -> bool
fn eq(&self, other: &ArithmeticOp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.