Struct sway_parse::dependency::DependencyPath
source · [−]Fields
prefix: Ident
suffixes: Vec<(ForwardSlashToken, Ident)>
Implementations
sourceimpl DependencyPath
impl DependencyPath
Trait Implementations
sourceimpl Parse for DependencyPath
impl Parse for DependencyPath
fn parse(parser: &mut Parser<'_, '_>) -> ParseResult<DependencyPath>
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