Struct futures_await_syn::ExprIf [] [src]

pub struct ExprIf { /* fields omitted */ }

An if block, with an optional else block

E.g., if expr { block } else { expr }

Trait Implementations

impl Clone for ExprIf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more