Enum moore_vhdl_syntax::ast::NamePart [−][src]
pub enum NamePart {
Select(PrimaryName),
SelectAll(Span),
Signature(Signature),
Attribute(Ident),
Call(ParenElems),
Range(Box<Expr>),
}
Variants
Select(PrimaryName)
Tuple Fields of Select
0: PrimaryName
SelectAll(Span)
Tuple Fields of SelectAll
0: Span
Signature(Signature)
Tuple Fields of Signature
0: Signature
Attribute(Ident)
Tuple Fields of Attribute
0: Ident
Call(ParenElems)
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