pub struct ItemUse {
pub meta: Meta,
pub tree: UseTree,
}Expand description
Use item.
Fields§
§meta: MetaDraxl metadata for the use item.
tree: UseTreeStructured use tree for the imported path set.
Trait Implementations§
impl Eq for ItemUse
impl StructuralPartialEq for ItemUse
Auto Trait Implementations§
impl Freeze for ItemUse
impl RefUnwindSafe for ItemUse
impl Send for ItemUse
impl Sync for ItemUse
impl Unpin for ItemUse
impl UnsafeUnpin for ItemUse
impl UnwindSafe for ItemUse
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