Searched defs:WherePredicate (Results 1 – 10 of 10) sorted by relevance
31 predicates: &[syn::WherePredicate], in with_where_predicates()44 from_field: fn(&attr::Field) -> Option<&[syn::WherePredicate]>, in with_where_predicates_from_fields()60 from_variant: fn(&attr::Variant) -> Option<&[syn::WherePredicate]>, in with_where_predicates_from_variants()
622 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()626 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()1000 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()1004 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()1362 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound()1366 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound()1458 ) -> syn::Result<SerAndDe<Vec<syn::WherePredicate>>> { in get_where_predicates()1556 ) -> syn::Result<Vec<syn::WherePredicate>> { in parse_lit_into_where()
910 impl Parse for WherePredicate { implementation
2133 impl Eq for WherePredicate {} implementation2136 impl PartialEq for WherePredicate { implementation
2174 impl Clone for WherePredicate { implementation
2788 impl Hash for WherePredicate { implementation
926 fn fold_where_predicate(&mut self, i: WherePredicate) -> WherePredicate { in fold_where_predicate()
923 fn visit_where_predicate_mut(&mut self, i: &mut WherePredicate) { in visit_where_predicate_mut()
922 fn visit_where_predicate(&mut self, i: &'ast WherePredicate) { in visit_where_predicate()
3036 impl Debug for WherePredicate { implementation