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