Struct moore_vhdl_syntax::ast::DisconSpec [] [src]

pub struct DisconSpec {
    pub span: Span,
    pub target: DisconTarget,
    pub ty: CompoundName,
    pub after: Expr,
}

Fields

Trait Implementations

impl Clone for DisconSpec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DisconSpec
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for DisconSpec
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for DisconSpec
[src]

[src]

Deserialize a value using a Decoder.