Struct protobuf::descriptor::EnumOptions [] [src]

pub struct EnumOptions {
    // some fields omitted
}

Methods

impl EnumOptions
[src]

Trait Implementations

impl Default for EnumOptions
[src]

fn default() -> EnumOptions

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

impl Clone for EnumOptions
[src]

fn clone(&self) -> EnumOptions

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

impl Message for EnumOptions
[src]

impl MessageStatic for EnumOptions
[src]

impl Clear for EnumOptions
[src]

fn clear(&mut self)

impl PartialEq for EnumOptions
[src]

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

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

Formats the value using the given formatter.