Enum moore_vhdl_syntax::ast::EntityClass [] [src]

pub enum EntityClass {
    Arch,
    Comp,
    Cfg,
    Const,
    Entity,
    File,
    Func,
    Group,
    Label,
    Literal,
    Pkg,
    Proc,
    Prop,
    Seq,
    Signal,
    Subtype,
    Type,
    Units,
    Var,
}

Variants

Trait Implementations

impl Copy for EntityClass
[src]

impl Clone for EntityClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EntityClass
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EntityClass
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for EntityClass
[src]

impl Encodable for EntityClass
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for EntityClass
[src]

[src]

Deserialize a value using a Decoder.