Enum sea_query::query::ConditionExpression [−][src]
pub enum ConditionExpression {
Condition(Condition),
SimpleExpr(SimpleExpr),
}Expand description
Represents anything that can be passed to an Condition::any or Condition::all’s Condition::add method.
The arguments are automatically converted to the right enum.
Variants
Condition(Condition)SimpleExpr(SimpleExpr)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ConditionExpressionimpl !Send for ConditionExpressionimpl !Sync for ConditionExpressionimpl Unpin for ConditionExpressionimpl !UnwindSafe for ConditionExpressionBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V