Struct unrest_tmp_syn::ExprIfLet [] [src]

pub struct ExprIfLet { /* fields omitted */ }

An if let expression with an optional else block

E.g., if let pat = expr { block } else { expr }

This is desugared to a match expression.

Trait Implementations

impl Clone for ExprIfLet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more