Struct aidl_parser::ast::Parcelable
source · pub struct Parcelable {
pub name: String,
pub elements: Vec<ParcelableElement>,
pub annotations: Vec<Annotation>,
pub doc: Option<String>,
pub full_range: Range,
pub symbol_range: Range,
}Fields§
§name: String§elements: Vec<ParcelableElement>§annotations: Vec<Annotation>§doc: Option<String>§full_range: Range§symbol_range: RangeTrait Implementations§
source§impl Clone for Parcelable
impl Clone for Parcelable
source§fn clone(&self) -> Parcelable
fn clone(&self) -> Parcelable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Parcelable
impl Debug for Parcelable
source§impl<'de> Deserialize<'de> for Parcelable
impl<'de> Deserialize<'de> for Parcelable
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Parcelable> for Parcelable
impl PartialEq<Parcelable> for Parcelable
source§fn eq(&self, other: &Parcelable) -> bool
fn eq(&self, other: &Parcelable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.