Enum moore_vhdl_syntax::ast::NamePart [−][src]
pub enum NamePart { Select(PrimaryName), SelectAll(Span), Signature(Signature), Attribute(Ident), Call(ParenElems), Range(Box<Expr>), }
Variants
Tuple Fields of Select
0: PrimaryName
Tuple Fields of SelectAll
0: Span
Tuple Fields of Signature
0: Signature
Tuple Fields of Attribute
0: Ident
Tuple Fields of Call
0: ParenElems
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NamePart
impl UnwindSafe for NamePart
Blanket Implementations
Mutably borrows from an owned value. Read more