pub struct UsePath { /* private fields */ }
Expand description
ident '::' tree
Implementations§
Trait Implementations§
Source§impl From<UsePath> for TokenStream
impl From<UsePath> for TokenStream
impl Eq for UsePath
impl StructuralPartialEq for UsePath
Auto Trait Implementations§
impl Freeze for UsePath
impl RefUnwindSafe for UsePath
impl Send for UsePath
impl Sync for UsePath
impl Unpin for UsePath
impl UnwindSafe for UsePath
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