Struct protobuf::descriptor::EnumOptions [] [src]

pub struct EnumOptions {
    // some fields omitted
}

Methods

impl EnumOptions
[src]

fn new() -> EnumOptions

fn default_instance() -> &'static EnumOptions

fn clear_allow_alias(&mut self)

fn has_allow_alias(&self) -> bool

fn set_allow_alias(&mut self, v: bool)

fn get_allow_alias(&self) -> bool

fn clear_deprecated(&mut self)

fn has_deprecated(&self) -> bool

fn set_deprecated(&mut self, v: bool)

fn get_deprecated(&self) -> bool

fn clear_uninterpreted_option(&mut self)

fn set_uninterpreted_option(&mut self, v: RepeatedField<UninterpretedOption>)

fn mut_uninterpreted_option(&mut self) -> &mut RepeatedField<UninterpretedOption>

fn take_uninterpreted_option(&mut self) -> RepeatedField<UninterpretedOption>

fn get_uninterpreted_option(&self) -> &[UninterpretedOption]

Trait Implementations

impl Default for EnumOptions
[src]

fn default() -> EnumOptions

Returns the "default value" for a type. Read more

impl Clone for EnumOptions
[src]

fn clone(&self) -> EnumOptions

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 Sync for EnumOptions
[src]

impl Message for EnumOptions
[src]

fn is_initialized(&self) -> bool

fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>

fn compute_size(&self) -> u32

fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>

fn get_cached_size(&self) -> u32

fn get_unknown_fields(&self) -> &UnknownFields

fn mut_unknown_fields(&mut self) -> &mut UnknownFields

fn type_id(&self) -> TypeId

fn as_any(&self) -> &Any

fn descriptor(&self) -> &'static MessageDescriptor

fn write_to(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>

fn write_length_delimited_to(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>

fn merge_from_bytes(&mut self, bytes: &[u8]) -> ProtobufResult<()>

fn check_initialized(&self) -> ProtobufResult<()>

fn write_to_writer(&self, w: &mut Write) -> ProtobufResult<()>

fn write_to_vec(&self, v: &mut Vec<u8>) -> ProtobufResult<()>

fn write_to_bytes(&self) -> ProtobufResult<Vec<u8>>

fn write_length_delimited_to_writer(&self, w: &mut Write) -> ProtobufResult<()>

fn write_length_delimited_to_bytes(&self) -> ProtobufResult<Vec<u8>>

impl MessageStatic for EnumOptions
[src]

fn new() -> EnumOptions

fn descriptor_static(_: Option<EnumOptions>) -> &'static MessageDescriptor

impl Clear for EnumOptions
[src]

fn clear(&mut self)

impl PartialEq for EnumOptions
[src]

fn eq(&self, other: &EnumOptions) -> 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 Debug for EnumOptions
[src]

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

Formats the value using the given formatter.