Struct sway_core::language::parsed::TupleIndexExpression
source · pub struct TupleIndexExpression {
pub prefix: Box<Expression>,
pub index: usize,
pub index_span: Span,
}Fields§
§prefix: Box<Expression>§index: usize§index_span: SpanTrait Implementations§
source§impl Clone for TupleIndexExpression
impl Clone for TupleIndexExpression
source§fn clone(&self) -> TupleIndexExpression
fn clone(&self) -> TupleIndexExpression
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