Enum moore_vhdl_syntax::ast::RelationalOp [] [src]

pub enum RelationalOp {
    Eq,
    Neq,
    Lt,
    Leq,
    Gt,
    Geq,
}

Variants

Trait Implementations

impl Copy for RelationalOp
[src]

impl Clone for RelationalOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RelationalOp
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for RelationalOp
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for RelationalOp
[src]

[src]

Deserialize a value using a Decoder.

impl Hash for RelationalOp
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more