Enum sqlx_ledger_cel_parser::ast::RelationOp
source · pub enum RelationOp {
LessThan,
LessThanEq,
GreaterThan,
GreaterThanEq,
Equals,
NotEquals,
In,
}
Variants§
Trait Implementations§
source§impl Clone for RelationOp
impl Clone for RelationOp
source§fn clone(&self) -> RelationOp
fn clone(&self) -> RelationOp
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 RelationOp
impl Debug for RelationOp
source§impl PartialEq<RelationOp> for RelationOp
impl PartialEq<RelationOp> for RelationOp
source§fn eq(&self, other: &RelationOp) -> bool
fn eq(&self, other: &RelationOp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.