Enum moore_vhdl_syntax::ast::GroupData [] [src]

pub enum GroupData {
    Decl(CompoundName),
    Temp(Vec<(EntityClass, bool)>),
}

Variants

A group declaration.

A group template. Each element consists of an entity class, and a bool that indicates whether a <> was present in the source text.

Trait Implementations

impl Clone for GroupData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GroupData
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GroupData
[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 GroupData
[src]

impl Encodable for GroupData
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for GroupData
[src]

[src]

Deserialize a value using a Decoder.