Struct sv_parser::source_text::ClassPropertyConst  
source · pub struct ClassPropertyConst {
    pub nodes: (Keyword, Vec<ClassItemQualifier, Global>, DataType, ConstIdentifier, Option<(Symbol, ClassPropertyConstExpression)>, Symbol),
}Fields§
§nodes: (Keyword, Vec<ClassItemQualifier, Global>, DataType, ConstIdentifier, Option<(Symbol, ClassPropertyConstExpression)>, Symbol)Trait Implementations§
source§impl Clone for ClassPropertyConst
 
impl Clone for ClassPropertyConst
source§fn clone(&self) -> ClassPropertyConst
 
fn clone(&self) -> ClassPropertyConst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for ClassPropertyConst
 
impl Debug for ClassPropertyConst
source§impl<'a> From<&'a ClassPropertyConst> for RefNode<'a>
 
impl<'a> From<&'a ClassPropertyConst> for RefNode<'a>
source§fn from(x: &'a ClassPropertyConst) -> RefNode<'a>
 
fn from(x: &'a ClassPropertyConst) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a ClassPropertyConst> for RefNodes<'a>
 
impl<'a> From<&'a ClassPropertyConst> for RefNodes<'a>
source§fn from(x: &'a ClassPropertyConst) -> RefNodes<'a>
 
fn from(x: &'a ClassPropertyConst) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<ClassPropertyConst> for AnyNode
 
impl From<ClassPropertyConst> for AnyNode
source§fn from(x: ClassPropertyConst) -> AnyNode
 
fn from(x: ClassPropertyConst) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a ClassPropertyConst
 
impl<'a> IntoIterator for &'a ClassPropertyConst
source§impl PartialEq<ClassPropertyConst> for ClassPropertyConst
 
impl PartialEq<ClassPropertyConst> for ClassPropertyConst
source§fn eq(&self, other: &ClassPropertyConst) -> bool
 
fn eq(&self, other: &ClassPropertyConst) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.