Struct solang_parser::pt::EnumDefinition [−][src]
pub struct EnumDefinition {
pub doc: Vec<DocComment>,
pub loc: Loc,
pub name: Identifier,
pub values: Vec<Identifier>,
}Fields
doc: Vec<DocComment>loc: Locname: Identifiervalues: Vec<Identifier>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
