Enum solang_parser::pt::AssemblyStatement [−][src]
pub enum AssemblyStatement {
Assign(Loc, AssemblyExpression, AssemblyExpression),
LetAssign(Loc, AssemblyExpression, AssemblyExpression),
Expression(AssemblyExpression),
}
Variants
Assign(Loc, AssemblyExpression, AssemblyExpression)
LetAssign(Loc, AssemblyExpression, AssemblyExpression)
Expression(AssemblyExpression)
Tuple Fields
Trait 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 AssemblyStatement
impl Send for AssemblyStatement
impl Sync for AssemblyStatement
impl Unpin for AssemblyStatement
impl UnwindSafe for AssemblyStatement
Blanket Implementations
Mutably borrows from an owned value. Read more