Struct boa::syntax::ast::node::declaration::async_function_decl::AsyncFunctionDecl [−][src]
pub struct AsyncFunctionDecl { /* fields omitted */ }Expand description
An async function is used to specify an action (or series of actions) to perform asynchronously.
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 AsyncFunctionDecl
impl !Send for AsyncFunctionDecl
impl !Sync for AsyncFunctionDecl
impl Unpin for AsyncFunctionDecl
impl UnwindSafe for AsyncFunctionDecl
Blanket Implementations
Mutably borrows from an owned value. Read more