Struct futures_await_syn::ExprRepeat [] [src]

pub struct ExprRepeat { /* fields omitted */ }

An array literal constructed from one repeated element.

For example, [1; 5]. The first expression is the element to be repeated; the second is the number of times to repeat it.

Trait Implementations

impl Clone for ExprRepeat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more