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§
source§impl Clone for LogicalChainOper
impl Clone for LogicalChainOper
source§fn clone(&self) -> LogicalChainOper
fn clone(&self) -> LogicalChainOper
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more