Struct protobuf::descriptor::SourceCodeInfo [] [src]

pub struct SourceCodeInfo {
    // some fields omitted
}

Methods

impl SourceCodeInfo
[src]

Trait Implementations

impl Default for SourceCodeInfo
[src]

fn default() -> SourceCodeInfo

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

impl Clone for SourceCodeInfo
[src]

fn clone(&self) -> SourceCodeInfo

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

impl Message for SourceCodeInfo
[src]

impl MessageStatic for SourceCodeInfo
[src]

impl Clear for SourceCodeInfo
[src]

fn clear(&mut self)

impl PartialEq for SourceCodeInfo
[src]

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

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

Formats the value using the given formatter.