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 moresource§impl Debug for QualifiedPathRoot
impl Debug for QualifiedPathRoot
Auto Trait Implementations§
impl RefUnwindSafe for QualifiedPathRoot
impl Send for QualifiedPathRoot
impl Sync for QualifiedPathRoot
impl Unpin for QualifiedPathRoot
impl UnwindSafe for QualifiedPathRoot
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more