Struct prost_codegen::google::protobuf::EnumValueDescriptorProto [] [src]

pub struct EnumValueDescriptorProto {
    pub name: Option<String>,
    pub number: Option<i32>,
    pub options: Option<EnumValueOptions>,
}

Describes a value within an enum.

Fields

Methods

impl EnumValueDescriptorProto
[src]

Trait Implementations

impl Clone for EnumValueDescriptorProto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EnumValueDescriptorProto
[src]

Formats the value using the given formatter.

impl PartialEq for EnumValueDescriptorProto
[src]

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

This method tests for !=.