Struct syn::UseRename [−][src]
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: Identas_token: Asrename: IdentTrait Implementations
impl Clone for UseRename[src]
impl Clone for UseRename[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for UseRename[src]
impl ToTokens for UseRename[src]