Searched defs:WherePredicate (Results 1 – 11 of 11) 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()
646 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()650 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()1077 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()1081 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()1469 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()1473 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()1562 ) -> Result<SerAndDe<Vec<syn::WherePredicate>>, ()> { in get_where_predicates()1632 ) -> Result<Vec<syn::WherePredicate>, ()> { in parse_lit_into_where()
68 ) -> WherePredicate { in insert_lifetime_and_bound()
983 impl Parse for WherePredicate { implementation
2179 impl Eq for WherePredicate {} implementation2182 impl PartialEq for WherePredicate { implementation
2233 impl Clone for WherePredicate { implementation
2849 impl Hash for WherePredicate { implementation
775 fn visit_where_predicate_mut(&mut self, i: &mut WherePredicate) { in visit_where_predicate_mut()
778 fn fold_where_predicate(&mut self, i: WherePredicate) -> WherePredicate { in fold_where_predicate()
3022 impl Debug for WherePredicate { implementation
774 fn visit_where_predicate(&mut self, i: &'ast WherePredicate) { in visit_where_predicate()