Struct wright::parser::ast::Conditional
[−]
[src]
pub struct Conditional {
pub conditions: Vec<Condition>,
}Conditional block
Fields
conditions: Vec<Condition>
Trait Implementations
impl Debug for Conditional[src]
impl Clone for Conditional[src]
fn clone(&self) -> Conditional[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more