Struct moore_vhdl_syntax::ast::ParenElem [] [src]

pub struct ParenElem {
    pub span: Span,
    pub choices: Choices,
    pub expr: Expr,
}

A parenthesized expression element. A parenthesized expression contains elements of which each may either be a simple <expr>, or an association of the form <choices> => <expr>.

Fields

Trait Implementations

impl Clone for ParenElem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ParenElem
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for ParenElem
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for ParenElem
[src]

[src]

Deserialize a value using a Decoder.