Enum mentat_query_algebrizer::ColumnConstraintOrAlternation
[−]
[src]
pub enum ColumnConstraintOrAlternation { Constraint(ColumnConstraint), Alternation(ColumnAlternation), }
Variants
Constraint(ColumnConstraint)
Alternation(ColumnAlternation)
Trait Implementations
impl PartialEq for ColumnConstraintOrAlternation
[src]
impl PartialEq for ColumnConstraintOrAlternation
fn eq(&self, __arg_0: &ColumnConstraintOrAlternation) -> bool
[src]
fn eq(&self, __arg_0: &ColumnConstraintOrAlternation) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ColumnConstraintOrAlternation) -> bool
[src]
fn ne(&self, __arg_0: &ColumnConstraintOrAlternation) -> bool
This method tests for !=
.
impl Eq for ColumnConstraintOrAlternation
[src]
impl Eq for ColumnConstraintOrAlternation
impl Debug for ColumnConstraintOrAlternation
[src]
impl Debug for ColumnConstraintOrAlternation
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<ColumnConstraint> for ColumnConstraintOrAlternation
[src]
impl From<ColumnConstraint> for ColumnConstraintOrAlternation
fn from(thing: ColumnConstraint) -> Self
[src]
fn from(thing: ColumnConstraint) -> Self
Performs the conversion.
Auto Trait Implementations
impl !Send for ColumnConstraintOrAlternation
impl !Send for ColumnConstraintOrAlternation
impl !Sync for ColumnConstraintOrAlternation
impl !Sync for ColumnConstraintOrAlternation