Enum sway_core::language::ty::TyAstNodeContent
source · pub enum TyAstNodeContent {
Declaration(TyDeclaration),
Expression(TyExpression),
ImplicitReturnExpression(TyExpression),
SideEffect,
}
Variants§
Declaration(TyDeclaration)
Expression(TyExpression)
ImplicitReturnExpression(TyExpression)
SideEffect
Trait Implementations§
source§impl Clone for TyAstNodeContent
impl Clone for TyAstNodeContent
source§fn clone(&self) -> TyAstNodeContent
fn clone(&self) -> TyAstNodeContent
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