Struct solang_parser::pt::EventParameter [−][src]
pub struct EventParameter {
pub ty: Expression,
pub loc: Loc,
pub indexed: bool,
pub name: Option<Identifier>,
}
Fields
ty: Expression
loc: Loc
indexed: bool
name: 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 !=
.