Enum moore_svlog_syntax::ast::SeqBinOp [] [src]

pub enum SeqBinOp {
    Or,
    And,
    Intersect,
    Within,
}

Variants

Trait Implementations

impl Debug for SeqBinOp
[src]

[src]

Formats the value using the given formatter.

impl Clone for SeqBinOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SeqBinOp
[src]

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

impl Encodable for SeqBinOp
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for SeqBinOp
[src]

[src]

Deserialize a value using a Decoder.