Struct moore_svlog_syntax::ast::Stmt [] [src]

pub struct Stmt {
    pub span: Span,
    pub label: Option<Name>,
    pub data: StmtData,
}

Fields

Methods

impl Stmt
[src]

[src]

Trait Implementations

impl Debug for Stmt
[src]

[src]

Formats the value using the given formatter.

impl Clone for Stmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Encodable for Stmt
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for Stmt
[src]

[src]

Deserialize a value using a Decoder.