Struct protobuf::descriptor::MethodOptions [] [src]

pub struct MethodOptions {
    // some fields omitted
}

Methods

impl MethodOptions
[src]

Trait Implementations

impl Default for MethodOptions
[src]

fn default() -> MethodOptions

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

impl Clone for MethodOptions
[src]

fn clone(&self) -> MethodOptions

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

impl Message for MethodOptions
[src]

impl MessageStatic for MethodOptions
[src]

impl Clear for MethodOptions
[src]

fn clear(&mut self)

impl PartialEq for MethodOptions
[src]

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

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

Formats the value using the given formatter.