Struct syn::ExprAsync [−][src]
pub struct ExprAsync { /* fields omitted */ }An async block: async { ... }.
This type is available if Syn is built with the "full" feature.
Trait Implementations
impl Clone for ExprAsync[src]
impl Clone for ExprAsyncfn clone(&self) -> ExprAsync[src]
fn clone(&self) -> ExprAsyncReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl From<ExprAsync> for Expr[src]
impl From<ExprAsync> for Expr