Home
last modified time | relevance | path

Searched defs:de_bound (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/serde_derive/src/internals/
Dattr.rs216 de_bound: Option<Vec<syn::WherePredicate>>, field
299 let mut de_bound = Attr::none(cx, BOUND); in from_ast() localVariable
650 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() method
849 de_bound: Option<Vec<syn::WherePredicate>>, field
868 let mut de_bound = Attr::none(cx, BOUND); in from_ast() localVariable
1081 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() method
1116 de_bound: Option<Vec<syn::WherePredicate>>, field
1161 let mut de_bound = Attr::none(cx, BOUND); in from_ast() localVariable
1473 pub fn de_bound(&self) -> Option<&[syn::WherePredicate]> { in de_bound() method