Searched defs:serde_rename_all (Results 1 – 2 of 2) sorted by relevance
25 pub serde_rename_all: Option<String>, field158 let serde_rename_all = None; in customize_from_rustproto_for_message() localVariable176 let serde_rename_all = rustproto::exts::serde_rename_all.get(source); in customize_from_rustproto_for_enum() localVariable189 let serde_rename_all = None; in customize_from_rustproto_for_field() localVariable222 let serde_rename_all = None; in customize_from_rustproto_for_file() localVariable
63 …pub const serde_rename_all: crate::ext::ExtFieldOptional<crate::descriptor::EnumOptions, crate::ty… constant