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: Loc
name: Identifier
values: 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 !=
.