Struct mentat_query_algebrizer::SourceAlias
[−]
[src]
pub struct SourceAlias(pub DatomsTable, pub TableAlias);
The association between a table and its alias. E.g., AllDatoms, "all_datoms123".
Trait Implementations
impl PartialEq for SourceAlias
[src]
fn eq(&self, __arg_0: &SourceAlias) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SourceAlias) -> bool
[src]
This method tests for !=
.
impl Eq for SourceAlias
[src]
impl Clone for SourceAlias
[src]
fn clone(&self) -> SourceAlias
[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