Struct dynamo::ast::If [] [src]

pub struct If {
    pub cond: Expression,
    pub true_block: Block,
    pub else_block: Option<Block>,
}

Fields

Methods

impl If
[src]

Trait Implementations

impl Debug for If
[src]

Formats the value using the given formatter.

impl Clone for If
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more