Struct protobuf::descriptor::MessageOptions
[−]
[src]
pub struct MessageOptions { /* fields omitted */ }
Methods
impl MessageOptions
[src]
fn new() -> MessageOptions
[src]
fn default_instance() -> &'static MessageOptions
[src]
fn clear_message_set_wire_format(&mut self)
[src]
fn has_message_set_wire_format(&self) -> bool
[src]
fn set_message_set_wire_format(&mut self, v: bool)
[src]
fn get_message_set_wire_format(&self) -> bool
[src]
fn clear_no_standard_descriptor_accessor(&mut self)
[src]
fn has_no_standard_descriptor_accessor(&self) -> bool
[src]
fn set_no_standard_descriptor_accessor(&mut self, v: bool)
[src]
fn get_no_standard_descriptor_accessor(&self) -> bool
[src]
fn clear_deprecated(&mut self)
[src]
fn has_deprecated(&self) -> bool
[src]
fn set_deprecated(&mut self, v: bool)
[src]
fn get_deprecated(&self) -> bool
[src]
fn clear_map_entry(&mut self)
[src]
fn has_map_entry(&self) -> bool
[src]
fn set_map_entry(&mut self, v: bool)
[src]
fn get_map_entry(&self) -> bool
[src]
fn clear_uninterpreted_option(&mut self)
[src]
fn set_uninterpreted_option(&mut self, v: RepeatedField<UninterpretedOption>)
[src]
fn mut_uninterpreted_option(
&mut self
) -> &mut RepeatedField<UninterpretedOption>
[src]
&mut self
) -> &mut RepeatedField<UninterpretedOption>
fn take_uninterpreted_option(&mut self) -> RepeatedField<UninterpretedOption>
[src]
fn get_uninterpreted_option(&self) -> &[UninterpretedOption]
[src]
Trait Implementations
impl PartialEq for MessageOptions
[src]
fn eq(&self, __arg_0: &MessageOptions) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &MessageOptions) -> bool
[src]
This method tests for !=
.
impl Clone for MessageOptions
[src]
fn clone(&self) -> MessageOptions
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Default for MessageOptions
[src]
fn default() -> MessageOptions
[src]
Returns the "default value" for a type. Read more
impl Sync for MessageOptions
[src]
impl Message for MessageOptions
[src]
fn is_initialized(&self) -> bool
[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>
[src]
fn compute_size(&self) -> u32
[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32
[src]
fn get_unknown_fields(&self) -> &UnknownFields
[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields
[src]
fn as_any(&self) -> &Any
[src]
fn as_any_mut(&mut self) -> &mut Any
[src]
fn into_any(self: Box<Self>) -> Box<Any>
[src]
fn descriptor(&self) -> &'static MessageDescriptor
[src]
fn write_to(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>
[src]
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>