Struct serde_generate::CodeGeneratorConfig [−][src]
pub struct CodeGeneratorConfig { /* fields omitted */ }
Expand description
Code generation options meant to be supported by all languages.
Implementations
Whether to include serialization methods.
Whether to include specialized methods for specific encodings.
Container names provided by external modules.
Comments attached to particular entity.
Custom code attached to particular entity.
Generate C-style enums (without variant data) as the target language native enum type in supported languages.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CodeGeneratorConfig
impl Send for CodeGeneratorConfig
impl Sync for CodeGeneratorConfig
impl Unpin for CodeGeneratorConfig
impl UnwindSafe for CodeGeneratorConfig
Blanket Implementations
Mutably borrows from an owned value. Read more