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()
62 ) -> WherePredicate { in insert_lifetime_and_bound()
937 impl Parse for WherePredicate { implementation
2276 impl Eq for WherePredicate {} implementation2279 impl PartialEq for WherePredicate { implementation
2226 impl Clone for WherePredicate { implementation
2847 impl Hash for WherePredicate { implementation
772 fn visit_where_predicate_mut(&mut self, i: &mut WherePredicate) { in visit_where_predicate_mut()
772 fn fold_where_predicate(&mut self, i: WherePredicate) -> WherePredicate { in fold_where_predicate()
3015 impl Debug for WherePredicate { implementation
768 fn visit_where_predicate(&mut self, i: &'ast WherePredicate) { in visit_where_predicate()