Struct boa::syntax::ast::node::declaration::DeclarationPatternObject [−][src]
pub struct DeclarationPatternObject { /* fields omitted */ }Expand description
DeclarationPatternObject represents an object 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 DeclarationPatternObject
impl !Send for DeclarationPatternObject
impl !Sync for DeclarationPatternObject
impl Unpin for DeclarationPatternObject
impl UnwindSafe for DeclarationPatternObject
Blanket Implementations
Mutably borrows from an owned value. Read more