pub enum BinOper {
Show 25 variants
And,
Or,
Like,
NotLike,
Is,
IsNot,
In,
NotIn,
Between,
NotBetween,
Equal,
NotEqual,
SmallerThan,
GreaterThan,
SmallerThanOrEqual,
GreaterThanOrEqual,
Add,
Sub,
Mul,
Div,
As,
Matches,
Contains,
Contained,
Concatenate,
}
Expand description
Binary operator
Variants
And
Or
Like
NotLike
Is
IsNot
In
NotIn
Between
NotBetween
Equal
NotEqual
SmallerThan
GreaterThan
SmallerThanOrEqual
GreaterThanOrEqual
Add
Sub
Mul
Div
As
Matches
Contains
Contained
Concatenate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinOper
impl UnwindSafe for BinOper
Blanket Implementations
Mutably borrows from an owned value. Read more