Struct solang_parser::pt::NamedArgument [−][src]
pub struct NamedArgument {
pub loc: Loc,
pub name: Identifier,
pub expr: Expression,
}Fields
loc: Locname: Identifierexpr: ExpressionTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NamedArgument
impl Send for NamedArgument
impl Sync for NamedArgument
impl Unpin for NamedArgument
impl UnwindSafe for NamedArgument
Blanket Implementations
Mutably borrows from an owned value. Read more
