Enum sea_query::types::LogicalChainOper
source · [−]pub enum LogicalChainOper {
And(SimpleExpr),
Or(SimpleExpr),
}
Expand description
Logical chain operator
Variants
And(SimpleExpr)
Or(SimpleExpr)
Trait 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