Home
last modified time | relevance | path

Searched refs:make_where_clause (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/serde_derive/src/
Dbound.rs38 .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()
/external/rust/crates/pin-project-internal/src/pin_project/
Dderive.rs203 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()
/external/rust/crates/syn/src/
Dgenerics.rs174 pub fn make_where_clause(&mut self) -> &mut WhereClause { in make_where_clause() method