Struct futures_await_syn::ExprStruct [] [src]

pub struct ExprStruct { /* fields omitted */ }

A struct literal expression.

For example, Foo {x: 1, y: 2}, or Foo {x: 1, .. base}, where base is the Option<Expr>.

Trait Implementations

impl Clone for ExprStruct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more