Searched defs:where_clause (Results 1 – 9 of 9) 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
259 let where_clause = input.sig.generics.where_clause.as_ref().unwrap(); in test_fn_precedence_in_where_clause() localVariable
76 let where_clause = generics.make_where_clause(); in augment_where_clause() localVariable
133 fn where_clause() { in where_clause() function
208 let mut where_clause = generics.make_where_clause().clone(); in new() localVariable272 where_clause: WhereClause, field
513 let where_clause = generics.make_where_clause(); in impl_block() localVariable
111 let where_clause = quote!( where T: Serialize ); in test_advanced() localVariable
1947 let mut where_clause = where_clause.cloned(); in impl_internal() localVariable
155 fn where_clause() { in where_clause() function