Home
last modified time | relevance | path

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

/external/rust/crates/serde_derive/src/internals/
Dattr.rs208 ser_bound: Option<Vec<syn::WherePredicate>>, field
291 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable
560 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method
729 ser_bound: Option<Vec<syn::WherePredicate>>, field
753 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable
920 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method
958 ser_bound: Option<Vec<syn::WherePredicate>>, field
1003 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable
1269 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method