Struct futures_await_syn::Expr [] [src]

pub struct Expr {
    pub node: ExprKind,
    pub attrs: Vec<Attribute>,
}

An expression.

Fields

Type of the expression.

Attributes tagged on the expression.

Trait Implementations

impl Synom for Expr
[src]

[src]

impl ToTokens for Expr
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for Expr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<ExprKind> for Expr
[src]

[src]

Performs the conversion.