pub struct ResolvedUse {
pub path: Vec<ResolvedNode>,
pub items: Vec<ResolvedUseItem>,
}
Fields§
§path: Vec<ResolvedNode>
§items: Vec<ResolvedUseItem>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedUse
impl RefUnwindSafe for ResolvedUse
impl Send for ResolvedUse
impl Sync for ResolvedUse
impl Unpin for ResolvedUse
impl UnwindSafe for ResolvedUse
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