Enum moore_vhdl_syntax::ast::GroupData [−][src]
pub enum GroupData {
Decl(CompoundName),
Temp(Vec<(EntityClass, bool)>),
}Variants
Decl(CompoundName)A group declaration.
Tuple Fields of Decl
0: CompoundNameTemp(Vec<(EntityClass, bool)>)A group template. Each element consists of an entity class, and a bool
that indicates whether a <> was present in the source text.
Tuple Fields of Temp
0: Vec<(EntityClass, bool)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GroupData
impl UnwindSafe for GroupData
Blanket Implementations
Mutably borrows from an owned value. Read more