Struct protobuf::descriptor::UninterpretedOption_NamePart [] [src]

pub struct UninterpretedOption_NamePart {
    // some fields omitted
}

Methods

impl UninterpretedOption_NamePart
[src]

fn new() -> UninterpretedOption_NamePart

fn default_instance() -> &'static UninterpretedOption_NamePart

fn clear_name_part(&mut self)

fn has_name_part(&self) -> bool

fn set_name_part(&mut self, v: String)

fn mut_name_part(&mut self) -> &mut String

fn take_name_part(&mut self) -> String

fn get_name_part(&self) -> &str

fn clear_is_extension(&mut self)

fn has_is_extension(&self) -> bool

fn set_is_extension(&mut self, v: bool)

fn get_is_extension(&self) -> bool

Trait Implementations

impl Default for UninterpretedOption_NamePart
[src]

fn default() -> UninterpretedOption_NamePart

Returns the "default value" for a type. Read more

impl Clone for UninterpretedOption_NamePart
[src]

fn clone(&self) -> UninterpretedOption_NamePart

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 Sync for UninterpretedOption_NamePart
[src]

impl Message for UninterpretedOption_NamePart
[src]

impl MessageStatic for UninterpretedOption_NamePart
[src]

impl Clear for UninterpretedOption_NamePart
[src]

fn clear(&mut self)

impl PartialEq for UninterpretedOption_NamePart
[src]

fn eq(&self, other: &UninterpretedOption_NamePart) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for UninterpretedOption_NamePart
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.