Struct solang_parser::pt::Parameter [−][src]
pub struct Parameter {
pub loc: Loc,
pub ty: Expression,
pub storage: Option<StorageLocation>,
pub name: Option<Identifier>,
}
Fields
loc: Loc
ty: Expression
storage: Option<StorageLocation>
name: Option<Identifier>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parameter
impl UnwindSafe for Parameter
Blanket Implementations
Mutably borrows from an owned value. Read more