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

pub struct SourceCodeInfo { /* fields omitted */ }

Methods

impl SourceCodeInfo
[src]

Trait Implementations

impl PartialEq for SourceCodeInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for SourceCodeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SourceCodeInfo
[src]

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

impl Sync for SourceCodeInfo
[src]

impl Message for SourceCodeInfo
[src]

impl MessageStatic for SourceCodeInfo
[src]

impl Clear for SourceCodeInfo
[src]

impl Debug for SourceCodeInfo
[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for SourceCodeInfo
[src]

Auto Trait Implementations