Enum sqlx_ledger_cel_parser::ast::LeftRightOp
source · pub enum LeftRightOp {
Logic(LogicOp),
Relation(RelationOp),
Arithmetic(ArithmeticOp),
}
Variants§
Trait Implementations§
source§impl Clone for LeftRightOp
impl Clone for LeftRightOp
source§fn clone(&self) -> LeftRightOp
fn clone(&self) -> LeftRightOp
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 LeftRightOp
impl Debug for LeftRightOp
source§impl PartialEq<LeftRightOp> for LeftRightOp
impl PartialEq<LeftRightOp> for LeftRightOp
source§fn eq(&self, other: &LeftRightOp) -> bool
fn eq(&self, other: &LeftRightOp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.