Lines Matching refs:WherePredicate
215 ser_bound: Option<Vec<syn::WherePredicate>>,
216 de_bound: Option<Vec<syn::WherePredicate>>,
646 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() argument
650 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() argument
848 ser_bound: Option<Vec<syn::WherePredicate>>,
849 de_bound: Option<Vec<syn::WherePredicate>>,
1077 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() argument
1081 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() argument
1115 ser_bound: Option<Vec<syn::WherePredicate>>,
1116 de_bound: Option<Vec<syn::WherePredicate>>,
1469 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() argument
1473 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() argument
1562 ) -> Result<SerAndDe<Vec<syn::WherePredicate>>, ()> { in get_where_predicates() argument
1632 ) -> Result<Vec<syn::WherePredicate>, ()> { in parse_lit_into_where() argument