Enum prost_codegen::google::protobuf::field_descriptor_proto::Label [] [src]

pub enum Label {
    LabelOptional,
    LabelRequired,
    LabelRepeated,
}

Variants

0 is reserved for errors

Trait Implementations

impl Clone for Label
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Label
[src]

impl Debug for Label
[src]

Formats the value using the given formatter.

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