Struct protobuf::descriptor::SourceCodeInfo
[−]
[src]
pub struct SourceCodeInfo { /* fields omitted */ }
Methods
impl SourceCodeInfo
[src]
fn new() -> SourceCodeInfo
fn default_instance() -> &'static SourceCodeInfo
fn clear_location(&mut self)
fn set_location(&mut self, v: RepeatedField<SourceCodeInfo_Location>)
fn mut_location(&mut self) -> &mut RepeatedField<SourceCodeInfo_Location>
fn take_location(&mut self) -> RepeatedField<SourceCodeInfo_Location>
fn get_location(&self) -> &[SourceCodeInfo_Location]
Trait Implementations
impl PartialEq for SourceCodeInfo
[src]
fn eq(&self, __arg_0: &SourceCodeInfo) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SourceCodeInfo) -> bool
This method tests for !=
.
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 Default for SourceCodeInfo
[src]
fn default() -> SourceCodeInfo
Returns the "default value" for a type. Read more