Expand description
A path prefix of imports in a use
item: std::...
.
This type is available only if Syn is built with the "full"
feature.
Fields
ident: Ident
colon2_token: Colon2
tree: Box<UseTree>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UsePath
impl !Send for UsePath
impl !Sync for UsePath
impl Unpin for UsePath
impl UnwindSafe for UsePath
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