Struct planus_cli::ast::Enum [−][src]
pub struct Enum {
pub metadata: Vec<MetadataValue>,
pub type_: IntegerType,
pub type_span: Span,
pub variants: IndexMap<RawIdentifier, EnumVariant>,
}Fields
metadata: Vec<MetadataValue>type_: IntegerTypetype_span: Spanvariants: IndexMap<RawIdentifier, EnumVariant>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Enum
impl UnwindSafe for Enum
Blanket Implementations
Mutably borrows from an owned value. Read more
