Struct moore_svlog_syntax::ast::VarDeclName [] [src]

pub struct VarDeclName {
    pub id: NodeId,
    pub span: Span,
    pub name: Name,
    pub name_span: Span,
    pub dims: Vec<TypeDim>,
    pub init: Option<Expr>,
}

Fields

Trait Implementations

impl Debug for VarDeclName
[src]

[src]

Formats the value using the given formatter.

impl Clone for VarDeclName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Encodable for VarDeclName
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for VarDeclName
[src]

[src]

Deserialize a value using a Decoder.