Struct boa::syntax::ast::node::declaration::arrow_function_decl::ArrowFunctionDecl [−][src]
pub struct ArrowFunctionDecl { /* fields omitted */ }Expand description
An arrow function expression is a syntactically compact alternative to a regular function expression.
Arrow function expressions are ill suited as methods, and they cannot be used as constructors. Arrow functions cannot be used as constructors and will throw an error when used with new.
More information:
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 ArrowFunctionDecl
impl !Send for ArrowFunctionDecl
impl !Sync for ArrowFunctionDecl
impl Unpin for ArrowFunctionDecl
impl UnwindSafe for ArrowFunctionDecl
Blanket Implementations
Mutably borrows from an owned value. Read more