Enum sea_query::types::BinOper [−][src]
pub enum BinOper {}Show 23 variants
And, Or, Like, NotLike, Is, IsNot, In, NotIn, Between, NotBetween, Equal, NotEqual, SmallerThan, GreaterThan, SmallerThanOrEqual, GreaterThanOrEqual, Add, Sub, Mul, Div, Matches, Contains, Contained,
Expand description
Binary operator
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinOper
impl UnwindSafe for BinOper
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self