pub struct PureUse {
pub vis: PureVis,
pub tree: PureUseTree,
}Expand description
A use statement.
Fields§
§vis: PureVisVisibility.
tree: PureUseTreeThe use tree.
Trait Implementations§
impl Eq for PureUse
impl StructuralPartialEq for PureUse
Auto Trait Implementations§
impl Freeze for PureUse
impl RefUnwindSafe for PureUse
impl Send for PureUse
impl Sync for PureUse
impl Unpin for PureUse
impl UnsafeUnpin for PureUse
impl UnwindSafe for PureUse
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