Struct moore_svlog_syntax::ast::EnumName [] [src]

pub struct EnumName {
    pub span: Span,
    pub name: Identifier,
    pub range: Option<Expr>,
    pub value: Option<Expr>,
}

Fields

Trait Implementations

impl Debug for EnumName
[src]

[src]

Formats the value using the given formatter.

impl Clone for EnumName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Encodable for EnumName
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for EnumName
[src]

[src]

Deserialize a value using a Decoder.