[][src]Struct protobuf::descriptor::OneofOptions

pub struct OneofOptions { /* fields omitted */ }

Methods

impl OneofOptions[src]

pub fn new() -> OneofOptions[src]

pub fn default_instance() -> &'static OneofOptions[src]

pub fn clear_uninterpreted_option(&mut self)[src]

pub fn set_uninterpreted_option(
    &mut self,
    v: RepeatedField<UninterpretedOption>
)
[src]

pub fn mut_uninterpreted_option(
    &mut self
) -> &mut RepeatedField<UninterpretedOption>
[src]

pub fn take_uninterpreted_option(
    &mut self
) -> RepeatedField<UninterpretedOption>
[src]

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

Trait Implementations

impl Message for OneofOptions[src]

impl MessageStatic for OneofOptions[src]

impl Clear for OneofOptions[src]

impl ProtobufValue for OneofOptions[src]

impl Default for OneofOptions[src]

impl Sync for OneofOptions[src]

impl Clone for OneofOptions[src]

impl PartialEq<OneofOptions> for OneofOptions[src]

impl Debug for OneofOptions[src]

Auto Trait Implementations

impl Send for OneofOptions

impl Unpin for OneofOptions

impl UnwindSafe for OneofOptions

impl !RefUnwindSafe for OneofOptions

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]