Enum protobuf::descriptor::FieldOptions_CType [−][src]
pub enum FieldOptions_CType { STRING, CORD, STRING_PIECE, }
Variants
Trait Implementations
impl Clone for FieldOptions_CType
[src][+]
impl Copy for FieldOptions_CType
[src]
impl Debug for FieldOptions_CType
[src][+]
impl Default for FieldOptions_CType
[src][+]
impl Eq for FieldOptions_CType
[src]
impl Hash for FieldOptions_CType
[src][+]
impl PartialEq<FieldOptions_CType> for FieldOptions_CType
[src][+]
impl ProtobufEnum for FieldOptions_CType
[src][+]
impl ProtobufValue for FieldOptions_CType
[src][+]
impl StructuralEq for FieldOptions_CType
[src]
impl StructuralPartialEq for FieldOptions_CType
[src]
Auto Trait Implementations
impl RefUnwindSafe for FieldOptions_CType
impl Send for FieldOptions_CType
impl Sync for FieldOptions_CType
impl Unpin for FieldOptions_CType
impl UnwindSafe for FieldOptions_CType
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>,