Searched refs:type_ident (Results 1 – 2 of 2) sorted by relevance
38 let type_ident = &ctx.ast.ident; in derive_hash() localVariable44 impl #impl_generics #core::hash::Hash for #type_ident #ty_generics in derive_hash()66 let type_ident = &ctx.ast.ident; in derive_eq() localVariable72 impl #impl_generics #core::cmp::PartialEq for #type_ident #ty_generics in derive_eq()85 impl #impl_generics #core::cmp::Eq for #type_ident #ty_generics in derive_eq()
548 let type_ident = &self.ctx.ast.ident; in build() localVariable695 unsafe impl < #(#params),* > #trait_path for #type_ident < #(#param_idents),* > in build()