Struct boa::syntax::ast::node::declaration::async_function_expr::AsyncFunctionExpr [−][src]
pub struct AsyncFunctionExpr { /* fields omitted */ }Expand description
An async function expression is very similar to an async function declaration except used within a wider expression (for example during an assignment).
More information:
Implementations
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Runs Finalize::finalize() on this object and all contained subobjects Read more
Auto Trait Implementations
impl !RefUnwindSafe for AsyncFunctionExpr
impl !Send for AsyncFunctionExpr
impl !Sync for AsyncFunctionExpr
impl Unpin for AsyncFunctionExpr
impl UnwindSafe for AsyncFunctionExpr
Blanket Implementations
Mutably borrows from an owned value. Read more