Expand description
An renamed identifier imported by a use
item: HashMap as Map
.
This type is available only if Syn is built with the "full"
feature.
Fields
ident: Ident
as_token: As
rename: Ident
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UseRename
impl !Send for UseRename
impl !Sync for UseRename
impl Unpin for UseRename
impl UnwindSafe for UseRename
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