Searched defs:where_clause (Results 1 – 9 of 9) sorted by relevance
169 let mut where_clause = None; localVariable209 let where_clause = input.parse()?; in data_enum() localVariable223 let where_clause = input.parse()?; in data_union() localVariable
259 let where_clause = input.sig.generics.where_clause.as_ref().unwrap(); in test_fn_precedence_in_where_clause() localVariable
75 let where_clause = generics.make_where_clause(); in augment_where_clause() localVariable
256 let where_clause = where_clause_or_default(&mut sig.generics.where_clause); in transform_sig() localVariable
133 fn where_clause() { in where_clause() function
207 let mut where_clause = generics.make_where_clause().clone(); in new() localVariable271 where_clause: WhereClause, field
112 let where_clause = quote!( where T: Serialize ); in test_advanced() localVariable
866 let where_clause = quote! { #where_clause #trait_bound_amendments }; in split_structopt_generics_for_impl() localVariable
155 fn where_clause() { in where_clause() function