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

pub struct EnumDescriptorProto {
    pub name: Option<String>,
    pub value: Vec<EnumValueDescriptorProto>,
    pub options: Option<EnumOptions>,
}

Describes an enum type.

Fields

Methods

impl EnumDescriptorProto
[src]

Trait Implementations

impl Clone for EnumDescriptorProto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EnumDescriptorProto
[src]

Formats the value using the given formatter.

impl PartialEq for EnumDescriptorProto
[src]

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

This method tests for !=.