Enum sea_query::types::LogicalChainOper [−][src]
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 LogicalChainOperimpl !Send for LogicalChainOperimpl !Sync for LogicalChainOperimpl Unpin for LogicalChainOperimpl !UnwindSafe for LogicalChainOperBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V