Enum prost_codegen::google::protobuf::file_options::OptimizeMode [] [src]

pub enum OptimizeMode {
    Speed,
    CodeSize,
    LiteRuntime,
}

Generated classes can be optimized for speed or code size.

Variants

Generate complete code for parsing, serialization,

etc. Use ReflectionOps to implement these methods.

Generate code using MessageLite and the lite runtime.

Trait Implementations

impl Clone for OptimizeMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OptimizeMode
[src]

impl Debug for OptimizeMode
[src]

Formats the value using the given formatter.

impl PartialEq for OptimizeMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for OptimizeMode
[src]