[−][src]Struct protobuf::descriptor::SourceCodeInfo_Location
Fields
path: Vec<i32>span: Vec<i32>leading_detached_comments: RepeatedField<String>unknown_fields: UnknownFieldscached_size: CachedSizeImplementations
impl SourceCodeInfo_Location[src]
pub fn new() -> SourceCodeInfo_Location[src]
pub fn get_path(&self) -> &[i32][src]
pub fn clear_path(&mut self)[src]
pub fn set_path(&mut self, v: Vec<i32>)[src]
pub fn mut_path(&mut self) -> &mut Vec<i32>[src]
pub fn take_path(&mut self) -> Vec<i32>[src]
pub fn get_span(&self) -> &[i32][src]
pub fn clear_span(&mut self)[src]
pub fn set_span(&mut self, v: Vec<i32>)[src]
pub fn mut_span(&mut self) -> &mut Vec<i32>[src]
pub fn take_span(&mut self) -> Vec<i32>[src]
pub fn get_leading_comments(&self) -> &str[src]
pub fn clear_leading_comments(&mut self)[src]
pub fn has_leading_comments(&self) -> bool[src]
pub fn set_leading_comments(&mut self, v: String)[src]
pub fn mut_leading_comments(&mut self) -> &mut String[src]
pub fn take_leading_comments(&mut self) -> String[src]
pub fn get_trailing_comments(&self) -> &str[src]
pub fn clear_trailing_comments(&mut self)[src]
pub fn has_trailing_comments(&self) -> bool[src]
pub fn set_trailing_comments(&mut self, v: String)[src]
pub fn mut_trailing_comments(&mut self) -> &mut String[src]
pub fn take_trailing_comments(&mut self) -> String[src]
pub fn get_leading_detached_comments(&self) -> &[String][src]
pub fn clear_leading_detached_comments(&mut self)[src]
pub fn set_leading_detached_comments(&mut self, v: RepeatedField<String>)[src]
pub fn mut_leading_detached_comments(&mut self) -> &mut RepeatedField<String>[src]
pub fn take_leading_detached_comments(&mut self) -> RepeatedField<String>[src]
Trait Implementations
impl Clear for SourceCodeInfo_Location[src]
impl Clone for SourceCodeInfo_Location[src]
fn clone(&self) -> SourceCodeInfo_Location[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SourceCodeInfo_Location[src]
impl Default for SourceCodeInfo_Location[src]
fn default() -> SourceCodeInfo_Location[src]
impl<'a> Default for &'a SourceCodeInfo_Location[src]
fn default() -> &'a SourceCodeInfo_Location[src]
impl Message for SourceCodeInfo_Location[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) -> &dyn Any[src]
fn as_any_mut(&mut self) -> &mut dyn Any[src]
fn into_any(self: Box<Self>) -> Box<dyn Any>[src]
fn descriptor(&self) -> &'static MessageDescriptor[src]
fn new() -> SourceCodeInfo_Location[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static SourceCodeInfo_Location[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 dyn 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 dyn Write
) -> ProtobufResult<()>[src]
&self,
w: &mut dyn Write
) -> ProtobufResult<()>
fn write_length_delimited_to_bytes(&self) -> ProtobufResult<Vec<u8>>[src]
fn type_id(&self) -> TypeId[src]
impl PartialEq<SourceCodeInfo_Location> for SourceCodeInfo_Location[src]
fn eq(&self, other: &SourceCodeInfo_Location) -> bool[src]
fn ne(&self, other: &SourceCodeInfo_Location) -> bool[src]
impl ProtobufValue for SourceCodeInfo_Location[src]
fn as_ref(&self) -> ReflectValueRef[src]
fn as_any(&self) -> &dyn Any[src]
fn is_non_zero(&self) -> bool[src]
fn as_ref_copy(&self) -> ReflectValueRef<'static>[src]
impl StructuralPartialEq for SourceCodeInfo_Location[src]
Auto Trait Implementations
impl RefUnwindSafe for SourceCodeInfo_Location
impl Send for SourceCodeInfo_Location
impl Sync for SourceCodeInfo_Location
impl Unpin for SourceCodeInfo_Location
impl UnwindSafe for SourceCodeInfo_Location
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,