Enum protobuf::descriptor::FieldOptions_CType [] [src]

pub enum FieldOptions_CType {
    STRING,
    CORD,
    STRING_PIECE,
}

Variants

Trait Implementations

impl Clone for FieldOptions_CType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FieldOptions_CType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for FieldOptions_CType
[src]

impl Debug for FieldOptions_CType
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for FieldOptions_CType
[src]

[src]

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

1.3.0
[src]

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

impl ProtobufEnum for FieldOptions_CType
[src]

impl Copy for FieldOptions_CType
[src]

impl ProtobufValue for FieldOptions_CType
[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations