Enum moore_vhdl_syntax::ast::SubprogKind [] [src]

pub enum SubprogKind {
    Proc,
    Func,
}

Variants

Trait Implementations

impl Copy for SubprogKind
[src]

impl Clone for SubprogKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SubprogKind
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SubprogKind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for SubprogKind
[src]

impl Encodable for SubprogKind
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for SubprogKind
[src]

[src]

Deserialize a value using a Decoder.