Struct sway_core::language::ty::TyExpression
source · pub struct TyExpression {
pub expression: TyExpressionVariant,
pub return_type: TypeId,
pub span: Span,
}
Fields§
§expression: TyExpressionVariant
§return_type: TypeId
§span: Span
Trait Implementations§
source§impl Clone for TyExpression
impl Clone for TyExpression
source§fn clone(&self) -> TyExpression
fn clone(&self) -> TyExpression
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