pub enum ConditionHolderContents {
Empty,
Chain(Vec<LogicalChainOper, Global>),
Condition(Condition),
}Variants
Empty
Chain(Vec<LogicalChainOper, Global>)
Condition(Condition)
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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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
Auto Trait Implementations
impl !RefUnwindSafe for ConditionHolderContents
impl Send for ConditionHolderContents
impl Sync for ConditionHolderContents
impl Unpin for ConditionHolderContents
impl !UnwindSafe for ConditionHolderContents
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more