Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-codegen/2.27.1/src/
Dcustomize.rs21 pub serde_derive: Option<bool>, field
153 let serde_derive = rustproto::exts::serde_derive.get(source); in customize_from_rustproto_for_message() localVariable
190 let serde_derive = None; in customize_from_rustproto_for_field() localVariable
217 let serde_derive = rustproto::exts::serde_derive_all.get(source); in customize_from_rustproto_for_file() localVariable
/external/rust/crates/protobuf/2.27.1/src/
Drustproto.rs51 …pub const serde_derive: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptions, crate::typ… constant