Struct wright::parser::ast::Conditional [] [src]

pub struct Conditional {
    pub conditions: Vec<Condition>,
}

Conditional block

Fields

Trait Implementations

impl Debug for Conditional
[src]

[src]

Formats the value using the given formatter.

impl Clone for Conditional
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more