Struct futures_await_syn::ExprCast [] [src]

pub struct ExprCast {
    pub expr: Box<Expr>,
    pub as_token: As,
    pub ty: Box<Ty>,
}

A cast, e.g. foo as f64.

Fields

Trait Implementations

impl ToTokens for ExprCast
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for ExprCast
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more