Enum sea_query::types::TableRef  [−][src]
pub enum TableRef {
    Table(DynIden),
    SchemaTable(DynIden, DynIden),
    TableAlias(DynIden, DynIden),
    SchemaTableAlias(DynIden, DynIden, DynIden),
    SubQuery(SelectStatement, DynIden),
}Expand description
Table references
Variants
Table(DynIden)Tuple Fields of Table
0: DynIdenSubQuery(SelectStatement, DynIden)Tuple Fields of SubQuery
0: SelectStatement1: DynIdenImplementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TableRef
impl !UnwindSafe for TableRef
Blanket Implementations
Mutably borrows from an owned value. Read more