Struct protobuf::well_known_types::Enum [] [src]

pub struct Enum {
    pub name: String,
    pub enumvalue: RepeatedField<EnumValue>,
    pub options: RepeatedField<Option>,
    pub source_context: SingularPtrField<SourceContext>,
    pub syntax: Syntax,
    // some fields omitted
}

Fields

Methods

impl Enum
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for Enum
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for Enum
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Enum
[src]

[src]

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

impl Sync for Enum
[src]

impl Message for Enum
[src]

impl MessageStatic for Enum
[src]

impl Clear for Enum
[src]

[src]

impl Debug for Enum
[src]

[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for Enum
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Enum