Struct unrest_tmp_syn::ExprIf [] [src]

pub struct ExprIf { /* fields omitted */ }

An if block, with an optional else block

E.g., if expr { block } else { expr }

Trait Implementations

impl Clone for ExprIf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more