Enum moore_vhdl_syntax::ast::AssignTarget [−][src]
pub enum AssignTarget { Name(CompoundName), Aggregate(ParenElems), }
Variants
Tuple Fields of Name
0: CompoundName
Tuple Fields of Aggregate
0: ParenElems
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AssignTarget
impl Send for AssignTarget
impl Sync for AssignTarget
impl Unpin for AssignTarget
impl UnwindSafe for AssignTarget
Blanket Implementations
Mutably borrows from an owned value. Read more