[]Enum moore_vhdl::score::ConcStmtRef

pub enum ConcStmtRef {
    Block(BlockStmtRef),
    Process(ProcessStmtRef),
    ConcProcCall(ConcCallStmtRef),
    ConcAssert(ConcAssertStmtRef),
    ConcSigAssign(ConcSigAssignStmtRef),
    CompInst(CompInstStmtRef),
    ForGen(ForGenStmtRef),
    IfGen(IfGenStmtRef),
    CaseGen(CaseGenStmtRef),
}

Variants

ConcProcCall(ConcCallStmtRef)
ConcAssert(ConcAssertStmtRef)
ConcSigAssign(ConcSigAssignStmtRef)
CompInst(CompInstStmtRef)

Trait Implementations

impl<'lazy, 'sb, 'ast, 'ctx> Codegen<ConcStmtRef, Entity> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

impl<'sbc, 'lazy, 'sb, 'ast, 'ctx> Typeck<ConcStmtRef> for TypeckContext<'sbc, 'lazy, 'sb, 'ast, 'ctx>[src]

impl Into<NodeId> for ConcStmtRef

impl From<BlockStmtRef> for ConcStmtRef

impl From<ProcessStmtRef> for ConcStmtRef

impl From<ConcCallStmtRef> for ConcStmtRef

impl From<ConcAssertStmtRef> for ConcStmtRef

impl From<ConcSigAssignStmtRef> for ConcStmtRef

impl From<CompInstStmtRef> for ConcStmtRef

impl From<ForGenStmtRef> for ConcStmtRef

impl From<IfGenStmtRef> for ConcStmtRef

impl From<CaseGenStmtRef> for ConcStmtRef

impl From<ConcStmtRef> for StmtRef

impl Clone for ConcStmtRef

impl Copy for ConcStmtRef

impl Eq for ConcStmtRef

impl Ord for ConcStmtRef

impl PartialEq<ConcStmtRef> for ConcStmtRef

impl PartialOrd<ConcStmtRef> for ConcStmtRef

impl Debug for ConcStmtRef

impl Hash for ConcStmtRef

impl Encodable for ConcStmtRef

impl Decodable for ConcStmtRef

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]