Searched defs:where_clause (Results 1 – 7 of 7) sorted by relevance
168 let mut where_clause = None; localVariable207 let where_clause = input.parse()?; in data_enum() localVariable217 let where_clause = input.parse()?; in data_union() localVariable
257 let where_clause = input.sig.generics.where_clause.as_ref().unwrap(); in test_fn_precedence_in_where_clause() localVariable
254 let where_clause = where_clause_or_default(&mut sig.generics.where_clause); in transform_sig() localVariable
132 fn where_clause() { in where_clause() function
203 let mut where_clause = generics.make_where_clause().clone(); in new() localVariable267 where_clause: WhereClause, field
85 let where_clause = quote!( where T: Serialize ); in test_advanced() localVariable
155 fn where_clause() { in where_clause() function