Home
last modified time | relevance | path

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

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