Struct sway_core::language::ty::TyCodeBlock
source · Fields§
§contents: Vec<TyAstNode>
Trait Implementations§
source§impl Clone for TyCodeBlock
impl Clone for TyCodeBlock
source§fn clone(&self) -> TyCodeBlock
fn clone(&self) -> TyCodeBlock
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