Struct aidl_parser::ast::Enum [−][src]
pub struct Enum {
pub name: String,
pub elements: Vec<EnumElement>,
pub annotations: Vec<Annotation>,
pub doc: Option<String>,
pub full_range: Range,
pub symbol_range: Range,
}Fields
name: Stringelements: Vec<EnumElement>annotations: Vec<Annotation>doc: Option<String>full_range: Rangesymbol_range: RangeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Enum
impl UnwindSafe for Enum
Blanket Implementations
Mutably borrows from an owned value. Read more
