Struct sway_ast::dependency::DependencyPath
source · [−]pub struct DependencyPath {
pub prefix: Ident,
pub suffixes: Vec<(ForwardSlashToken, Ident)>,
}
Fields
prefix: Ident
suffixes: Vec<(ForwardSlashToken, Ident)>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DependencyPath
impl Send for DependencyPath
impl Sync for DependencyPath
impl Unpin for DependencyPath
impl UnwindSafe for DependencyPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more