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.rs215 ser_bound: Option<Vec<syn::WherePredicate>>, field
298 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable
646 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method
848 ser_bound: Option<Vec<syn::WherePredicate>>, field
867 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable
1077 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method
1115 ser_bound: Option<Vec<syn::WherePredicate>>, field
1160 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable
1469 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method