Enum mentat_query_algebrizer::ColumnConstraintOrAlternation [] [src]

pub enum ColumnConstraintOrAlternation {
    Constraint(ColumnConstraint),
    Alternation(ColumnAlternation),
}

Variants

Trait Implementations

impl PartialEq for ColumnConstraintOrAlternation
[src]

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

This method tests for !=.

impl Eq for ColumnConstraintOrAlternation
[src]

impl Debug for ColumnConstraintOrAlternation
[src]

Formats the value using the given formatter. Read more

impl From<ColumnConstraint> for ColumnConstraintOrAlternation
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for ColumnConstraintOrAlternation

impl !Sync for ColumnConstraintOrAlternation