pub struct ClassConstructorDeclaration {
pub nodes: (Keyword, Option<ClassScope>, Keyword, Option<Paren<Option<TfPortList>>>, Symbol, Vec<BlockItemDeclaration>, Option<(Keyword, Symbol, Keyword, Option<Paren<ListOfArguments>>, Symbol)>, Vec<FunctionStatementOrNull>, Keyword, Option<(Symbol, New)>),
}Fields
nodes: (Keyword, Option<ClassScope>, Keyword, Option<Paren<Option<TfPortList>>>, Symbol, Vec<BlockItemDeclaration>, Option<(Keyword, Symbol, Keyword, Option<Paren<ListOfArguments>>, Symbol)>, Vec<FunctionStatementOrNull>, Keyword, Option<(Symbol, New)>)Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ClassConstructorDeclaration
impl Send for ClassConstructorDeclaration
impl Sync for ClassConstructorDeclaration
impl Unpin for ClassConstructorDeclaration
impl UnwindSafe for ClassConstructorDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more