pub struct ClassDeclaration {
pub nodes: (Option<Virtual>, Keyword, Option<Lifetime>, ClassIdentifier, Option<ParameterPortList>, Option<(Keyword, ClassType, Option<Paren<ListOfArguments>>)>, Option<(Keyword, List<Symbol, InterfaceClassType>)>, Symbol, Vec<ClassItem>, Keyword, Option<(Symbol, ClassIdentifier)>),
}Fields
nodes: (Option<Virtual>, Keyword, Option<Lifetime>, ClassIdentifier, Option<ParameterPortList>, Option<(Keyword, ClassType, Option<Paren<ListOfArguments>>)>, Option<(Keyword, List<Symbol, InterfaceClassType>)>, Symbol, Vec<ClassItem>, Keyword, Option<(Symbol, ClassIdentifier)>)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 ClassDeclaration
impl Send for ClassDeclaration
impl Sync for ClassDeclaration
impl Unpin for ClassDeclaration
impl UnwindSafe for ClassDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more