Searched refs:make_where_clause (Results 1 – 3 of 3) sorted by relevance
38 .make_where_clause() in with_where_predicates()56 generics.make_where_clause().predicates.extend(predicates); in with_where_predicates_from_fields()78 generics.make_where_clause().predicates.extend(predicates); in with_where_predicates_from_variants()304 .make_where_clause() in with_bound()317 .make_where_clause() in with_self_bound()
203 let mut where_clause = generics.make_where_clause().clone(); in new()677 proj_generics.make_where_clause().predicates.push(parse_quote_spanned! { span => in make_unpin_impl()696 proj_generics.make_where_clause().predicates.push(parse_quote! { in make_unpin_impl()
174 pub fn make_where_clause(&mut self) -> &mut WhereClause { in make_where_clause() method