Struct futures_await_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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more