pub struct ClassPropertyConst {
pub nodes: (Keyword, Vec<ClassItemQualifier>, DataType, ConstIdentifier, Option<(Symbol, ClassPropertyConstExpression)>, Symbol),
}Fields
nodes: (Keyword, Vec<ClassItemQualifier>, DataType, ConstIdentifier, Option<(Symbol, ClassPropertyConstExpression)>, Symbol)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 ClassPropertyConst
impl Send for ClassPropertyConst
impl Sync for ClassPropertyConst
impl Unpin for ClassPropertyConst
impl UnwindSafe for ClassPropertyConst
Blanket Implementations
Mutably borrows from an owned value. Read more