Enum mentat_query_algebrizer::DatomsColumn
[−]
[src]
pub enum DatomsColumn { Entity, Attribute, Value, Tx, ValueTypeTag, }
One of the named columns of our tables.
Variants
Entity
Attribute
Value
Tx
ValueTypeTag
Methods
impl DatomsColumn
[src]
impl DatomsColumn
pub fn as_str(&self) -> &'static str
[src]
pub fn as_str(&self) -> &'static str
pub fn associated_type_tag_column(&self) -> Option<DatomsColumn>
[src]
pub fn associated_type_tag_column(&self) -> Option<DatomsColumn>
The type of the v
column is determined by the value_type_tag
column. Return the
associated column determining the type of this column, if there is one.
Trait Implementations
impl PartialEq for DatomsColumn
[src]
impl PartialEq for DatomsColumn
fn eq(&self, __arg_0: &DatomsColumn) -> bool
[src]
fn eq(&self, __arg_0: &DatomsColumn) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for DatomsColumn
[src]
impl Eq for DatomsColumn
impl Clone for DatomsColumn
[src]
impl Clone for DatomsColumn
fn clone(&self) -> DatomsColumn
[src]
fn clone(&self) -> DatomsColumn
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl From<DatomsColumn> for Column
[src]
impl From<DatomsColumn> for Column
fn from(from: DatomsColumn) -> Column
[src]
fn from(from: DatomsColumn) -> Column
Performs the conversion.
impl ColumnName for DatomsColumn
[src]
impl ColumnName for DatomsColumn
fn column_name(&self) -> String
[src]
fn column_name(&self) -> String
impl Debug for DatomsColumn
[src]
impl Debug for DatomsColumn
Auto Trait Implementations
impl Send for DatomsColumn
impl Send for DatomsColumn
impl Sync for DatomsColumn
impl Sync for DatomsColumn