Searched defs:ser_bound (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/internals/ |
D | attr.rs | 211 ser_bound: Option<Vec<syn::WherePredicate>>, field 297 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable 622 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method 795 ser_bound: Option<Vec<syn::WherePredicate>>, field 820 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable 1000 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method 1042 ser_bound: Option<Vec<syn::WherePredicate>>, field 1087 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable 1362 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/ |
H A D | attr.rs | 211 ser_bound: Option<Vec<syn::WherePredicate>>, field 297 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable 622 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method 795 ser_bound: Option<Vec<syn::WherePredicate>>, field 820 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable 1000 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method 1042 ser_bound: Option<Vec<syn::WherePredicate>>, field 1087 let mut ser_bound = Attr::none(cx, BOUND); in from_ast() localVariable 1362 pub fn ser_bound(&self) -> Option<&[syn::WherePredicate]> { in ser_bound() method
|