Struct protobuf::descriptor::SourceCodeInfo
[−]
[src]
pub struct SourceCodeInfo { /* fields omitted */ }
Methods
impl SourceCodeInfo[src]
pub fn new() -> SourceCodeInfo[src]
pub fn default_instance() -> &'static SourceCodeInfo[src]
pub fn clear_location(&mut self)[src]
pub fn set_location(&mut self, v: RepeatedField<SourceCodeInfo_Location>)[src]
pub fn mut_location(&mut self) -> &mut RepeatedField<SourceCodeInfo_Location>[src]
pub fn take_location(&mut self) -> RepeatedField<SourceCodeInfo_Location>[src]
pub fn get_location(&self) -> &[SourceCodeInfo_Location][src]
Trait Implementations
impl PartialEq for SourceCodeInfo[src]
fn eq(&self, __arg_0: &SourceCodeInfo) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SourceCodeInfo) -> bool[src]
This method tests for !=.
impl Clone for SourceCodeInfo[src]
fn clone(&self) -> SourceCodeInfo[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for SourceCodeInfo[src]
fn default() -> SourceCodeInfo[src]
Returns the "default value" for a type. Read more
impl Sync for SourceCodeInfo[src]
impl Message for SourceCodeInfo[src]
fn is_initialized(&self) -> bool[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>[src]
fn compute_size(&self) -> u32[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32[src]
fn get_unknown_fields(&self) -> &UnknownFields[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields[src]
fn as_any(&self) -> &Any[src]
fn as_any_mut(&mut self) -> &mut Any[src]
fn into_any(self: Box<Self>) -> Box<Any>[src]
fn descriptor(&self) -> &'static MessageDescriptor[src]
fn write_to(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>[src]
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn write_length_delimited_to_vec(&self, vec: &mut Vec<u8>) -> ProtobufResult<()>[src]
fn merge_from_bytes(&mut self, bytes: &[u8]) -> ProtobufResult<()>[src]
fn check_initialized(&self) -> ProtobufResult<()>[src]
fn write_to_writer(&self, w: &mut Write) -> ProtobufResult<()>[src]
fn write_to_vec(&self, v: &mut Vec<u8>) -> ProtobufResult<()>[src]
fn write_to_bytes(&self) -> ProtobufResult<Vec<u8>>[src]
fn write_length_delimited_to_writer(&self, w: &mut Write) -> ProtobufResult<()>[src]
fn write_length_delimited_to_bytes(&self) -> ProtobufResult<Vec<u8>>[src]
fn type_id(&self) -> TypeId[src]
impl MessageStatic for SourceCodeInfo[src]
fn new() -> SourceCodeInfo[src]
fn descriptor_static(_: Option<SourceCodeInfo>) -> &'static MessageDescriptor[src]
impl Clear for SourceCodeInfo[src]
impl Debug for SourceCodeInfo[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more