Searched defs:WherePredicate (Results 1 – 15 of 15) sorted by relevance
34 predicates: &[syn::WherePredicate], in with_where_predicates()47 from_field: fn(&attr::Field) -> Option<&[syn::WherePredicate]>, in with_where_predicates_from_fields()63 from_variant: fn(&attr::Variant) -> Option<&[syn::WherePredicate]>, in with_where_predicates_from_variants()
560 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()564 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()920 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()924 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()1269 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()1273 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()1365 ) -> syn::Result<SerAndDe<Vec<syn::WherePredicate>>> { in get_where_predicates()1456 ) -> syn::Result<Vec<syn::WherePredicate>> { in parse_lit_into_where()
278 fn where_predicate(&mut self, predicate: &WherePredicate) { in where_predicate()
68 ) -> WherePredicate { in insert_lifetime_and_bound()
240 impl UsesLifetimes for syn::WherePredicate { implementation
214 impl UsesTypeParams for syn::WherePredicate { implementation
910 impl Parse for WherePredicate { implementation
1004 fn cmp_wp_idents(x: &WherePredicate, y: &WherePredicate) -> bool { in merge_generics()
2136 impl Eq for WherePredicate {} implementation2139 impl PartialEq for WherePredicate { implementation
2177 impl Clone for WherePredicate { implementation
2791 impl Hash for WherePredicate { implementation
752 fn visit_where_predicate_mut(&mut self, i: &mut WherePredicate) { in visit_where_predicate_mut()
755 fn fold_where_predicate(&mut self, i: WherePredicate) -> WherePredicate { in fold_where_predicate()
751 fn visit_where_predicate(&mut self, i: &'ast WherePredicate) { in visit_where_predicate()
3039 impl Debug for WherePredicate { implementation