Struct protobuf::descriptor::MessageOptions [] [src]

pub struct MessageOptions {
    // some fields omitted
}

Methods

impl MessageOptions
[src]

Trait Implementations

impl Default for MessageOptions
[src]

fn default() -> MessageOptions

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

impl Clone for MessageOptions
[src]

fn clone(&self) -> MessageOptions

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

impl Message for MessageOptions
[src]

impl MessageStatic for MessageOptions
[src]

impl Clear for MessageOptions
[src]

fn clear(&mut self)

impl PartialEq for MessageOptions
[src]

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

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

Formats the value using the given formatter.