Enum sea_query::types::LogicalChainOper [−][src]
pub enum LogicalChainOper { And(SimpleExpr), Or(SimpleExpr), }
Logical chain operator
Variants
And(SimpleExpr)
Or(SimpleExpr)
Trait Implementations
impl Clone for LogicalChainOper
[src]
impl Clone for LogicalChainOper
[src]fn clone(&self) -> LogicalChainOper
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl !RefUnwindSafe for LogicalChainOper
impl !RefUnwindSafe for LogicalChainOper
impl !Send for LogicalChainOper
impl !Send for LogicalChainOper
impl !Sync for LogicalChainOper
impl !Sync for LogicalChainOper
impl Unpin for LogicalChainOper
impl Unpin for LogicalChainOper
impl !UnwindSafe for LogicalChainOper
impl !UnwindSafe for LogicalChainOper