Enum protobuf::descriptor::FieldDescriptorProto_Label [] [src]

pub enum FieldDescriptorProto_Label {
    LABEL_OPTIONAL,
    LABEL_REQUIRED,
    LABEL_REPEATED,
}

Variants

Trait Implementations

impl Clone for FieldDescriptorProto_Label
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FieldDescriptorProto_Label
[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 FieldDescriptorProto_Label
[src]

impl Debug for FieldDescriptorProto_Label
[src]

Formats the value using the given formatter.

impl Hash for FieldDescriptorProto_Label
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ProtobufEnum for FieldDescriptorProto_Label
[src]

impl Copy for FieldDescriptorProto_Label
[src]

impl ProtobufValue for FieldDescriptorProto_Label
[src]