[−][src]Struct protobuf::descriptor::MessageOptions
Methods
impl MessageOptions
[src][−]
pub fn new() -> MessageOptions
[src]
pub fn default_instance() -> &'static MessageOptions
[src]
pub fn clear_message_set_wire_format(&mut self)
[src]
pub fn has_message_set_wire_format(&self) -> bool
[src]
pub fn set_message_set_wire_format(&mut self, v: bool)
[src]
pub fn get_message_set_wire_format(&self) -> bool
[src]
pub fn clear_no_standard_descriptor_accessor(&mut self)
[src]
pub fn has_no_standard_descriptor_accessor(&self) -> bool
[src]
pub fn set_no_standard_descriptor_accessor(&mut self, v: bool)
[src]
pub fn get_no_standard_descriptor_accessor(&self) -> bool
[src]
pub fn clear_deprecated(&mut self)
[src]
pub fn has_deprecated(&self) -> bool
[src]
pub fn set_deprecated(&mut self, v: bool)
[src]
pub fn get_deprecated(&self) -> bool
[src]
pub fn clear_map_entry(&mut self)
[src]
pub fn has_map_entry(&self) -> bool
[src]
pub fn set_map_entry(&mut self, v: bool)
[src]
pub fn get_map_entry(&self) -> bool
[src]
pub fn clear_uninterpreted_option(&mut self)
[src]
pub fn set_uninterpreted_option(
&mut self,
v: RepeatedField<UninterpretedOption>
)
[src]
&mut self,
v: RepeatedField<UninterpretedOption>
)
pub fn mut_uninterpreted_option(
&mut self
) -> &mut RepeatedField<UninterpretedOption>
[src]
&mut self
) -> &mut RepeatedField<UninterpretedOption>
pub fn take_uninterpreted_option(
&mut self
) -> RepeatedField<UninterpretedOption>
[src]
&mut self
) -> RepeatedField<UninterpretedOption>
pub fn get_uninterpreted_option(&self) -> &[UninterpretedOption]
[src]
Trait Implementations
impl Message for MessageOptions
[src][+]
impl MessageStatic for MessageOptions
[src][+]
impl Clear for MessageOptions
[src][+]
impl ProtobufValue for MessageOptions
[src][+]
impl Default for MessageOptions
[src][+]
impl Sync for MessageOptions
[src]
impl Clone for MessageOptions
[src][+]
impl PartialEq<MessageOptions> for MessageOptions
[src][+]
impl Debug for MessageOptions
[src][+]
Auto Trait Implementations
impl Send for MessageOptions
impl Unpin for MessageOptions
impl UnwindSafe for MessageOptions
impl !RefUnwindSafe for MessageOptions
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
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>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,