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 ==
.impl Eq for LeftRightOp
impl StructuralEq for LeftRightOp
impl StructuralPartialEq for LeftRightOp
Auto Trait Implementations§
impl RefUnwindSafe for LeftRightOp
impl Send for LeftRightOp
impl Sync for LeftRightOp
impl Unpin for LeftRightOp
impl UnwindSafe for LeftRightOp
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more