Enum moore_vhdl_syntax::ast::ResolInd [−][src]
pub enum ResolInd {
Exprs(ParenElems),
Name(CompoundName),
}
Variants
Exprs(ParenElems)
Tuple Fields of Exprs
0: ParenElems
Name(CompoundName)
Tuple Fields of Name
0: CompoundName
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ResolInd
impl UnwindSafe for ResolInd
Blanket Implementations
Mutably borrows from an owned value. Read more