Struct futures_await_syn::ExprForLoop [] [src]

pub struct ExprForLoop { /* fields omitted */ }

A for loop, with an optional label.

E.g., 'label: for pat in expr { block }

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

Trait Implementations

impl Clone for ExprForLoop
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more