Enum moore_vhdl_syntax::ast::AttrData [] [src]

pub enum AttrData {
    Decl(CompoundName),
    Spec {
        target: AttrTarget,
        cls: EntityClass,
        expr: Expr,
    },
}

Variants

Fields of Spec

Trait Implementations

impl Clone for AttrData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AttrData
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AttrData
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for AttrData
[src]

impl Encodable for AttrData
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for AttrData
[src]

[src]

Deserialize a value using a Decoder.