Struct protobuf::descriptor::OneofOptions
[−]
[src]
pub struct OneofOptions { /* fields omitted */ }
Methods
impl OneofOptions
[src]
fn new() -> OneofOptions
[src]
fn default_instance() -> &'static OneofOptions
[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 OneofOptions
[src]
fn eq(&self, __arg_0: &OneofOptions) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &OneofOptions) -> bool
[src]
This method tests for !=
.
impl Clone for OneofOptions
[src]
fn clone(&self) -> OneofOptions
[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 OneofOptions
[src]
fn default() -> OneofOptions
[src]
Returns the "default value" for a type. Read more
impl Sync for OneofOptions
[src]
impl Message for OneofOptions
[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<()>