Enum protobuf::descriptor::FieldDescriptorProto_Type[][src]

pub enum FieldDescriptorProto_Type {
Show variants TYPE_DOUBLE, TYPE_FLOAT, TYPE_INT64, TYPE_UINT64, TYPE_INT32, TYPE_FIXED64, TYPE_FIXED32, TYPE_BOOL, TYPE_STRING, TYPE_GROUP, TYPE_MESSAGE, TYPE_BYTES, TYPE_UINT32, TYPE_ENUM, TYPE_SFIXED32, TYPE_SFIXED64, TYPE_SINT32, TYPE_SINT64,
}

Variants

TYPE_DOUBLE
TYPE_FLOAT
TYPE_INT64
TYPE_UINT64
TYPE_INT32
TYPE_FIXED64
TYPE_FIXED32
TYPE_BOOL
TYPE_STRING
TYPE_GROUP
TYPE_MESSAGE
TYPE_BYTES
TYPE_UINT32
TYPE_ENUM
TYPE_SFIXED32
TYPE_SFIXED64
TYPE_SINT32
TYPE_SINT64

Trait Implementations

impl Clone for FieldDescriptorProto_Type[src]

impl Copy for FieldDescriptorProto_Type[src]

impl Debug for FieldDescriptorProto_Type[src]

impl Default for FieldDescriptorProto_Type[src]

impl<'de> Deserialize<'de> for FieldDescriptorProto_Type[src]

impl Eq for FieldDescriptorProto_Type[src]

impl Hash for FieldDescriptorProto_Type[src]

impl PartialEq<FieldDescriptorProto_Type> for FieldDescriptorProto_Type[src]

impl ProtobufEnum for FieldDescriptorProto_Type[src]

impl ProtobufValue for FieldDescriptorProto_Type[src]

impl Serialize for FieldDescriptorProto_Type[src]

impl StructuralEq for FieldDescriptorProto_Type[src]

impl StructuralPartialEq for FieldDescriptorProto_Type[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.