Struct sway_core::language::parsed::LazyOperatorExpression
source · pub struct LazyOperatorExpression {
pub op: LazyOp,
pub lhs: Box<Expression>,
pub rhs: Box<Expression>,
}
Fields§
§op: LazyOp
§lhs: Box<Expression>
§rhs: Box<Expression>
Trait Implementations§
source§impl Clone for LazyOperatorExpression
impl Clone for LazyOperatorExpression
source§fn clone(&self) -> LazyOperatorExpression
fn clone(&self) -> LazyOperatorExpression
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more