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