Struct moore_svlog_syntax::ast::GenerateBlock [] [src]

pub struct GenerateBlock {
    pub span: Span,
    pub label: Option<Name>,
    pub items: Vec<HierarchyItem>,
}

A body of a generate construct. May contains hierarchy items or more generate constructs.

Fields

Trait Implementations

impl Debug for GenerateBlock
[src]

[src]

Formats the value using the given formatter.

impl Clone for GenerateBlock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Encodable for GenerateBlock
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for GenerateBlock
[src]

[src]

Deserialize a value using a Decoder.