Searched refs:serde_derive_cfg (Results 1 – 2 of 2) sorted by relevance
22 pub serde_derive_cfg: Option<String>, field71 if let Some(ref v) = that.serde_derive_cfg { in update_with()72 self.serde_derive_cfg = Some(v.clone()); in update_with()122 r.serde_derive_cfg = Some(v.to_owned()); in parse_from_parameter()146 let serde_derive_cfg = rustproto::exts::serde_derive_cfg.get(source); in customize_from_rustproto_for_message() localVariable157 serde_derive_cfg, in customize_from_rustproto_for_message()173 let serde_derive_cfg = None; in customize_from_rustproto_for_field() localVariable184 serde_derive_cfg, in customize_from_rustproto_for_field()199 let serde_derive_cfg = rustproto::exts::serde_derive_cfg_all.get(source); in customize_from_rustproto_for_file() localVariable210 serde_derive_cfg, in customize_from_rustproto_for_file()
53 …pub const serde_derive_cfg: crate::ext::ExtFieldOptional<crate::descriptor::MessageOptions, crate:… constant