[−][src]Struct protobuf::descriptor::GeneratedCodeInfo_Annotation
Fields
unknown_fields: UnknownFieldscached_size: CachedSizeMethods
impl GeneratedCodeInfo_Annotation[src]
pub fn new() -> GeneratedCodeInfo_Annotation[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_source_file(&self) -> &str[src]
pub fn clear_source_file(&mut self)[src]
pub fn has_source_file(&self) -> bool[src]
pub fn set_source_file(&mut self, v: String)[src]
pub fn mut_source_file(&mut self) -> &mut String[src]
pub fn take_source_file(&mut self) -> String[src]
pub fn get_begin(&self) -> i32[src]
pub fn clear_begin(&mut self)[src]
pub fn has_begin(&self) -> bool[src]
pub fn set_begin(&mut self, v: i32)[src]
pub fn get_end(&self) -> i32[src]
pub fn clear_end(&mut self)[src]
pub fn has_end(&self) -> bool[src]
pub fn set_end(&mut self, v: i32)[src]
Trait Implementations
impl Clear for GeneratedCodeInfo_Annotation[src]
impl Clone for GeneratedCodeInfo_Annotation[src]
fn clone(&self) -> GeneratedCodeInfo_Annotation[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for GeneratedCodeInfo_Annotation[src]
impl Default for GeneratedCodeInfo_Annotation[src]
impl<'a> Default for &'a GeneratedCodeInfo_Annotation[src]
fn default() -> &'a GeneratedCodeInfo_Annotation[src]
impl<'de> Deserialize<'de> for GeneratedCodeInfo_Annotation[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Message for GeneratedCodeInfo_Annotation[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() -> GeneratedCodeInfo_Annotation[src]
fn descriptor_static() -> &'static MessageDescriptor[src]
fn default_instance() -> &'static GeneratedCodeInfo_Annotation[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<GeneratedCodeInfo_Annotation> for GeneratedCodeInfo_Annotation[src]
fn eq(&self, other: &GeneratedCodeInfo_Annotation) -> bool[src]
fn ne(&self, other: &GeneratedCodeInfo_Annotation) -> bool[src]
impl ProtobufValue for GeneratedCodeInfo_Annotation[src]
fn as_ref(&self) -> ProtobufValueRef[src]
fn as_any(&self) -> &dyn Any[src]
fn is_non_zero(&self) -> bool[src]
fn as_ref_copy(&self) -> ProtobufValueRef<'static>[src]
impl Serialize for GeneratedCodeInfo_Annotation[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for GeneratedCodeInfo_Annotation[src]
Auto Trait Implementations
impl RefUnwindSafe for GeneratedCodeInfo_Annotation
impl Send for GeneratedCodeInfo_Annotation
impl Sync for GeneratedCodeInfo_Annotation
impl Unpin for GeneratedCodeInfo_Annotation
impl UnwindSafe for GeneratedCodeInfo_Annotation
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> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
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>,