Enum reform::structure::IfCondition[][src]

pub enum IfCondition<ID: Id = VarName> {
    Match(Element<ID>),
    Defined(Element<ID>),
    Comparison(Element<ID>, Element<ID>, Ordering),
}

Variants

Methods

impl IfCondition
[src]

Trait Implementations

impl<ID: Debug + Id> Debug for IfCondition<ID>
[src]

Formats the value using the given formatter. Read more

impl<ID: Clone + Id> Clone for IfCondition<ID>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for IfCondition
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<ID> Send for IfCondition<ID> where
    ID: Send

impl<ID> Sync for IfCondition<ID> where
    ID: Sync