Struct moore_svlog_syntax::ast::ParamAssignment [] [src]

pub struct ParamAssignment {
    pub span: Span,
    pub name: Option<Identifier>,
    pub expr: TypeOrExpr,
}

Fields

Trait Implementations

impl Debug for ParamAssignment
[src]

[src]

Formats the value using the given formatter.

impl Clone for ParamAssignment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Encodable for ParamAssignment
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for ParamAssignment
[src]

[src]

Deserialize a value using a Decoder.