Struct unrest_tmp_syn::ExprWhileLet [] [src]

pub struct ExprWhileLet { /* fields omitted */ }

A while-let loop, with an optional label.

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

This is desugared to a combination of loop and match expressions.

Trait Implementations

impl Clone for ExprWhileLet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more