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]

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

This method tests for !=.

impl Eq for SourceAlias
[src]

impl Clone for SourceAlias
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SourceAlias
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SourceAlias

impl Sync for SourceAlias