Struct mentat_query_algebrizer::ColumnIntersection [] [src]

pub struct ColumnIntersection(pub Vec<ColumnConstraintOrAlternation>);

A ColumnIntersection constraint is satisfied if all of its inner constraints are satisfied. An empty intersection is always satisfied.

Methods

impl ColumnIntersection
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl PartialEq for ColumnIntersection
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for ColumnIntersection
[src]

impl From<Vec<ColumnConstraint>> for ColumnIntersection
[src]

[src]

Performs the conversion.

impl Default for ColumnIntersection
[src]

[src]

Returns the "default value" for a type. Read more

impl IntoIterator for ColumnIntersection
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl Debug for ColumnIntersection
[src]

[src]

Formats the value using the given formatter. Read more