Struct protobuf::descriptor::EnumValueOptions [] [src]

pub struct EnumValueOptions {
    // some fields omitted
}

Methods

impl EnumValueOptions
[src]

Trait Implementations

impl Default for EnumValueOptions
[src]

fn default() -> EnumValueOptions

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

impl Clone for EnumValueOptions
[src]

fn clone(&self) -> EnumValueOptions

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 EnumValueOptions
[src]

impl Message for EnumValueOptions
[src]

impl MessageStatic for EnumValueOptions
[src]

impl Clear for EnumValueOptions
[src]

fn clear(&mut self)

impl PartialEq for EnumValueOptions
[src]

fn eq(&self, other: &EnumValueOptions) -> 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 EnumValueOptions
[src]

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

Formats the value using the given formatter.