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

pub enum FieldOptions_CType {
    STRING,
    CORD,
    STRING_PIECE,
}

Variants

STRINGCORDSTRING_PIECE

Trait Implementations

impl Hash for FieldOptions_CType
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl Debug for FieldOptions_CType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Eq for FieldOptions_CType
[src]

impl PartialEq for FieldOptions_CType
[src]

fn eq(&self, __arg_0: &FieldOptions_CType) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Clone for FieldOptions_CType
[src]

fn clone(&self) -> FieldOptions_CType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl ProtobufEnum for FieldOptions_CType
[src]

impl Copy for FieldOptions_CType
[src]