Enum moore_svlog_syntax::ast::ConstraintKind [] [src]

pub enum ConstraintKind {
    Decl,
    Proto,
    ExternProto,
    PureProto,
}

Variants

Trait Implementations

impl Debug for ConstraintKind
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConstraintKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ConstraintKind
[src]

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

impl Encodable for ConstraintKind
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for ConstraintKind
[src]

[src]

Deserialize a value using a Decoder.