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
sourceimpl Clone for ClassConstructorDeclaration
impl Clone for ClassConstructorDeclaration
sourcefn clone(&self) -> ClassConstructorDeclaration
fn clone(&self) -> ClassConstructorDeclaration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ClassConstructorDeclaration
impl Debug for ClassConstructorDeclaration
sourceimpl<'a> From<&'a ClassConstructorDeclaration> for RefNode<'a>
impl<'a> From<&'a ClassConstructorDeclaration> for RefNode<'a>
sourcefn from(x: &'a ClassConstructorDeclaration) -> Self
fn from(x: &'a ClassConstructorDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ClassConstructorDeclaration> for RefNodes<'a>
impl<'a> From<&'a ClassConstructorDeclaration> for RefNodes<'a>
sourcefn from(x: &'a ClassConstructorDeclaration) -> Self
fn from(x: &'a ClassConstructorDeclaration) -> Self
Converts to this type from the input type.
sourceimpl From<ClassConstructorDeclaration> for AnyNode
impl From<ClassConstructorDeclaration> for AnyNode
sourcefn from(x: ClassConstructorDeclaration) -> Self
fn from(x: ClassConstructorDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ClassConstructorDeclaration
impl<'a> IntoIterator for &'a ClassConstructorDeclaration
sourceimpl PartialEq<ClassConstructorDeclaration> for ClassConstructorDeclaration
impl PartialEq<ClassConstructorDeclaration> for ClassConstructorDeclaration
sourcefn eq(&self, other: &ClassConstructorDeclaration) -> bool
fn eq(&self, other: &ClassConstructorDeclaration) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ClassConstructorDeclaration) -> bool
fn ne(&self, other: &ClassConstructorDeclaration) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ClassConstructorDeclaration> for Locate
impl<'a> TryFrom<&'a ClassConstructorDeclaration> for Locate
sourceimpl TryFrom<AnyNode> for ClassConstructorDeclaration
impl TryFrom<AnyNode> for ClassConstructorDeclaration
sourceimpl TryFrom<ClassConstructorDeclaration> for Locate
impl TryFrom<ClassConstructorDeclaration> for Locate
impl StructuralPartialEq for ClassConstructorDeclaration
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more