pub enum ConditionHolderContents {
Empty,
Chain(Vec<LogicalChainOper, Global>),
Condition(Condition),
}Variants§
Trait Implementations§
§impl Clone for ConditionHolderContents
impl Clone for ConditionHolderContents
§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 more§impl Debug for ConditionHolderContents
impl Debug for ConditionHolderContents
§impl Default for ConditionHolderContents
impl Default for ConditionHolderContents
§fn default() -> ConditionHolderContents
fn default() -> ConditionHolderContents
Returns the “default value” for a type. Read more