Enum sea_query::types::BinOper [−][src]
pub enum BinOper {
Show variants
And,
Or,
Like,
NotLike,
Is,
IsNot,
In,
NotIn,
Between,
NotBetween,
Equal,
NotEqual,
SmallerThan,
GreaterThan,
SmallerThanOrEqual,
GreaterThanOrEqual,
Add,
Sub,
Mul,
Div,
}Expand description
Binary operator
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinOperimpl UnwindSafe for BinOperBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V