Lines Matching refs:Generics
14 pub fn without_defaults(generics: &syn::Generics) -> syn::Generics { in without_defaults() argument
15 syn::Generics { in without_defaults()
33 generics: &syn::Generics, in with_where_predicates() argument
35 ) -> syn::Generics { in with_where_predicates() argument
46 generics: &syn::Generics, in with_where_predicates_from_fields() argument
48 ) -> syn::Generics { in with_where_predicates_from_fields() argument
62 generics: &syn::Generics, in with_where_predicates_from_variants() argument
64 ) -> syn::Generics { in with_where_predicates_from_variants() argument
96 generics: &syn::Generics, in with_bound() argument
99 ) -> syn::Generics { in with_bound() argument
312 generics: &syn::Generics, in with_self_bound() argument
314 ) -> syn::Generics { in with_self_bound() argument
337 pub fn with_lifetime_bound(generics: &syn::Generics, lifetime: &str) -> syn::Generics { in with_lifetime_bound() argument
364 syn::Generics { in with_lifetime_bound()