Struct prost_types::EnumValueDescriptorProto [−][src]
Describes a value within an enum.
Fields
name: Option<String>
number: Option<i32>
options: Option<EnumValueOptions>
Implementations
impl EnumValueDescriptorProto
[src][−]
pub fn name(&self) -> &str
[src][−]
Returns the value of name
, or the default value if name
is unset.
pub fn number(&self) -> i32
[src][−]
Returns the value of number
, or the default value if number
is unset.
Trait Implementations
impl Clone for EnumValueDescriptorProto
[src][+]
impl Debug for EnumValueDescriptorProto
[src][+]
impl Default for EnumValueDescriptorProto
[src][+]
impl Message for EnumValueDescriptorProto
[src][+]
impl PartialEq<EnumValueDescriptorProto> for EnumValueDescriptorProto
[src][+]
impl StructuralPartialEq for EnumValueDescriptorProto
[src]
Auto Trait Implementations
impl RefUnwindSafe for EnumValueDescriptorProto
impl Send for EnumValueDescriptorProto
impl Sync for EnumValueDescriptorProto
impl Unpin for EnumValueDescriptorProto
impl UnwindSafe for EnumValueDescriptorProto
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>,