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