Enum sea_query::types::LogicalChainOper [−][src]
pub enum LogicalChainOper { And(SimpleExpr), Or(SimpleExpr), }
Expand description
Logical chain operator
Variants
Tuple Fields of And
0: SimpleExpr
Tuple Fields of Or
0: 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
type Output = T
type Output = T
Should always be Self