Struct sway_ast::path::QualifiedPathRoot
source · pub struct QualifiedPathRoot {
pub ty: Box<Ty>,
pub as_trait: Option<(AsToken, Box<PathType>)>,
}Fields§
§ty: Box<Ty>§as_trait: Option<(AsToken, Box<PathType>)>Trait Implementations§
source§impl Clone for QualifiedPathRoot
impl Clone for QualifiedPathRoot
source§fn clone(&self) -> QualifiedPathRoot
fn clone(&self) -> QualifiedPathRoot
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