Struct protobuf::well_known_types::EnumValue [] [src]

pub struct EnumValue {
    pub name: String,
    pub number: i32,
    // some fields omitted
}

Fields

Methods

impl EnumValue
[src]

Trait Implementations

impl PartialEq for EnumValue
[src]

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

This method tests for !=.

impl Clone for EnumValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EnumValue
[src]

Returns the "default value" for a type. Read more

impl Sync for EnumValue
[src]

impl Message for EnumValue
[src]

impl MessageStatic for EnumValue
[src]

impl Clear for EnumValue
[src]

impl Debug for EnumValue
[src]

Formats the value using the given formatter.

impl ProtobufValue for EnumValue
[src]