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