Struct sway_core::language::ty::TyReassignment
source · pub struct TyReassignment {
pub lhs_base_name: Ident,
pub lhs_type: TypeId,
pub lhs_indices: Vec<ProjectionKind>,
pub rhs: TyExpression,
}
Fields§
§lhs_base_name: Ident
§lhs_type: TypeId
§lhs_indices: Vec<ProjectionKind>
§rhs: TyExpression
Trait Implementations§
source§impl Clone for TyReassignment
impl Clone for TyReassignment
source§fn clone(&self) -> TyReassignment
fn clone(&self) -> TyReassignment
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