Struct moore_svlog_syntax::ast::GenerateIf [] [src]

pub struct GenerateIf {
    pub span: Span,
    pub cond: Expr,
    pub main_block: GenerateBlock,
    pub else_block: Option<GenerateBlock>,
}

Fields

Trait Implementations

impl Debug for GenerateIf
[src]

[src]

Formats the value using the given formatter.

impl Clone for GenerateIf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Encodable for GenerateIf
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for GenerateIf
[src]

[src]

Deserialize a value using a Decoder.