Struct boa::syntax::ast::node::declaration::DeclarationPatternArray [−][src]
pub struct DeclarationPatternArray { /* fields omitted */ }Expand description
DeclarationPatternArray represents an array binding pattern.
This struct holds a list of bindings, and an optional initializer for the binding pattern.
More information:
Trait Implementations
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 DeclarationPatternArray
impl !Send for DeclarationPatternArray
impl !Sync for DeclarationPatternArray
impl Unpin for DeclarationPatternArray
impl UnwindSafe for DeclarationPatternArray
Blanket Implementations
Mutably borrows from an owned value. Read more