Enum moore_vhdl_syntax::ast::BlockCompSpec [−][src]
pub enum BlockCompSpec { CompOthers(CompoundName), CompAll(CompoundName), CompNames(Vec<Ident>, CompoundName), Block(CompoundName), }
Variants
Tuple Fields of CompOthers
0: CompoundName
Tuple Fields of CompAll
0: CompoundName
Tuple Fields of CompNames
0: Vec<Ident>
1: CompoundName
Tuple Fields of Block
0: CompoundName
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 BlockCompSpec
impl Send for BlockCompSpec
impl Sync for BlockCompSpec
impl Unpin for BlockCompSpec
impl UnwindSafe for BlockCompSpec
Blanket Implementations
Mutably borrows from an owned value. Read more