Enum sea_query::types::LogicalChainOper [−][src]
pub enum LogicalChainOper {
And(SimpleExpr),
Or(SimpleExpr),
}Expand description
Logical chain operator
Variants
Tuple Fields of And
0: SimpleExprTuple Fields of Or
0: SimpleExprTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LogicalChainOper
impl Send for LogicalChainOper
impl Sync for LogicalChainOper
impl Unpin for LogicalChainOper
impl !UnwindSafe for LogicalChainOper
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self