Struct aidl_parser::ast::Interface [−][src]
pub struct Interface {
pub oneway: bool,
pub name: String,
pub elements: Vec<InterfaceElement>,
pub annotations: Vec<Annotation>,
pub doc: Option<String>,
pub full_range: Range,
pub symbol_range: Range,
}
Fields
oneway: bool
name: String
elements: Vec<InterfaceElement>
annotations: Vec<Annotation>
doc: Option<String>
full_range: Range
symbol_range: Range
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Interface
impl UnwindSafe for Interface
Blanket Implementations
Mutably borrows from an owned value. Read more