pub struct UseName {
pub ident: Ident,
}
Expand description
An identifier imported by a use
item: HashMap
.
This type is available only if Syn is built with the "full"
feature.
Fields
ident: Ident
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UseName
impl !Send for UseName
impl !Sync for UseName
impl Unpin for UseName
impl UnwindSafe for UseName
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