Enum sea_query::query::ConditionHolderContents
source ยท pub enum ConditionHolderContents {
Empty,
Chain(Vec<LogicalChainOper>),
Condition(Condition),
}
Variantsยง
Trait Implementationsยง
sourceยงimpl Clone for ConditionHolderContents
impl Clone for ConditionHolderContents
sourceยงfn clone(&self) -> ConditionHolderContents
fn clone(&self) -> ConditionHolderContents
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 moresourceยงimpl Debug for ConditionHolderContents
impl Debug for ConditionHolderContents
sourceยงimpl Default for ConditionHolderContents
impl Default for ConditionHolderContents
sourceยงfn default() -> ConditionHolderContents
fn default() -> ConditionHolderContents
Returns the โdefault valueโ for a type. Read more