Struct solang_parser::pt::EventParameter [−][src]
pub struct EventParameter {
pub ty: Expression,
pub loc: Loc,
pub indexed: bool,
pub name: Option<Identifier>,
}Fields
ty: Expressionloc: Locindexed: boolname: Option<Identifier>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
