Enum protobuf::descriptor::FieldDescriptorProto_Type [−][src]
pub enum FieldDescriptorProto_Type { 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
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 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 StructuralEq for FieldDescriptorProto_Type
[src]
impl StructuralPartialEq for FieldDescriptorProto_Type
[src]
Auto Trait Implementations
impl RefUnwindSafe for FieldDescriptorProto_Type
impl Send for FieldDescriptorProto_Type
impl Sync for FieldDescriptorProto_Type
impl Unpin for FieldDescriptorProto_Type
impl UnwindSafe for FieldDescriptorProto_Type
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,