Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/internals/
Dattr.rs801 deserialize_with: Option<syn::ExprPath>, field
824 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable
1024 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method
1041 deserialize_with: Option<syn::ExprPath>, field
1086 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable
1358 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/
H A Dattr.rs801 deserialize_with: Option<syn::ExprPath>, field
824 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable
1024 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method
1041 deserialize_with: Option<syn::ExprPath>, field
1086 let mut deserialize_with = Attr::none(cx, DESERIALIZE_WITH); in from_ast() localVariable
1358 pub fn deserialize_with(&self) -> Option<&syn::ExprPath> { in deserialize_with() method