Struct syn::UseName [−][src]
pub struct UseName {
    pub ident: Ident,
}An identifier imported by a use item: HashMap.
This type is available only if Syn is built with the "full" feature.
Fields
ident: IdentTrait Implementations
impl Clone for UseName[src]
impl Clone for UseName[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for UseName[src]
impl ToTokens for UseName[src]