Struct solang_parser::pt::ContractDefinition [−][src]
pub struct ContractDefinition {
pub doc: Vec<DocComment>,
pub loc: Loc,
pub ty: ContractTy,
pub name: Identifier,
pub base: Vec<Base>,
pub parts: Vec<ContractPart>,
}Fields
doc: Vec<DocComment>loc: Locty: ContractTyname: Identifierbase: Vec<Base>parts: Vec<ContractPart>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
