Struct planus_cli::ast::Union [−][src]
pub struct Union {
pub metadata: Vec<MetadataValue>,
pub variants: IndexMap<UnionKey, UnionVariant>,
}Fields
metadata: Vec<MetadataValue>variants: IndexMap<UnionKey, UnionVariant>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Union
impl UnwindSafe for Union
Blanket Implementations
Mutably borrows from an owned value. Read more
