Enum moore_vhdl::score::Def []

pub enum Def {
    Arch(ArchRef),
    Cfg(CfgRef),
    Ctx(CtxRef),
    Entity(EntityRef),
    Lib(LibRef),
    Pkg(PkgDeclRef),
    PkgInst(PkgInstRef),
    BuiltinPkg(BuiltinPkgRef),
    Type(TypeDeclRef),
    Subtype(SubtypeDeclRef),
    Enum(EnumRef),
    Const(ConstDeclRef),
    Signal(SignalRef),
    File(FileDeclRef),
    Var(VarDeclRef),
    Alias(AliasDeclRef),
    Comp(CompDeclRef),
    Attr(AttrDeclRef),
    GroupTemp(GroupTempRef),
    Group(GroupDeclRef),
    Subprog(SubprogDeclRef),
    SubprogInst(SubprogInstRef),
    Stmt(StmtRef),
}

Variants

Trait Implementations

impl Copy for Def

impl Clone for Def

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Def

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Def

impl PartialOrd for Def

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Def

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl Encodable for Def

Serialize a value using an Encoder.

impl Decodable for Def

Deserialize a value using a Decoder.

impl Hash for Def

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Def

Formats the value using the given formatter.

impl Into<NodeId> for Def

Performs the conversion.

impl From<ArchRef> for Def

Performs the conversion.

impl From<CfgRef> for Def

Performs the conversion.

impl From<CtxRef> for Def

Performs the conversion.

impl From<EntityRef> for Def

Performs the conversion.

impl From<LibRef> for Def

Performs the conversion.

impl From<PkgDeclRef> for Def

Performs the conversion.

impl From<PkgInstRef> for Def

Performs the conversion.

impl From<BuiltinPkgRef> for Def

Performs the conversion.

impl From<TypeDeclRef> for Def

Performs the conversion.

impl From<SubtypeDeclRef> for Def

Performs the conversion.

impl From<EnumRef> for Def

Performs the conversion.

impl From<ConstDeclRef> for Def

Performs the conversion.

impl From<SignalRef> for Def

Performs the conversion.

impl From<FileDeclRef> for Def

Performs the conversion.

impl From<VarDeclRef> for Def

Performs the conversion.

impl From<AliasDeclRef> for Def

Performs the conversion.

impl From<CompDeclRef> for Def

Performs the conversion.

impl From<AttrDeclRef> for Def

Performs the conversion.

impl From<GroupTempRef> for Def

Performs the conversion.

impl From<GroupDeclRef> for Def

Performs the conversion.

impl From<SubprogDeclRef> for Def

Performs the conversion.

impl From<SubprogInstRef> for Def

Performs the conversion.

impl From<StmtRef> for Def

Performs the conversion.

impl From<TypeMarkRef> for Def
[src]

[src]

Performs the conversion.