pub struct ClassMethodExternConstructor {
pub nodes: (Keyword, Vec<MethodQualifier>, ClassConstructorPrototype),
}Fields
nodes: (Keyword, Vec<MethodQualifier>, ClassConstructorPrototype)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 Send for ClassMethodExternConstructor
impl Sync for ClassMethodExternConstructor
impl Unpin for ClassMethodExternConstructor
impl UnwindSafe for ClassMethodExternConstructor
Blanket Implementations
Mutably borrows from an owned value. Read more