Struct unrest_tmp_syn::ExprWhile [] [src]

pub struct ExprWhile { /* fields omitted */ }

A while loop, with an optional label

E.g., 'label: while expr { block }

Trait Implementations

impl Clone for ExprWhile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more