Enum mentat_query_algebrizer::VariableColumn
[−]
[src]
pub enum VariableColumn { Variable(Variable), VariableTypeTag(Variable), }
Variants
Variable(Variable)
VariableTypeTag(Variable)
Trait Implementations
impl PartialEq for VariableColumn
[src]
fn eq(&self, __arg_0: &VariableColumn) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VariableColumn) -> bool
[src]
This method tests for !=
.
impl Eq for VariableColumn
[src]
impl Clone for VariableColumn
[src]
fn clone(&self) -> VariableColumn
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl From<VariableColumn> for Column
[src]
fn from(from: VariableColumn) -> Column
[src]
Performs the conversion.