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
Tuple Fields of Table
0: DynIden
Tuple Fields of SubQuery
0: SelectStatement
1: DynIden
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TableRef
impl !UnwindSafe for TableRef
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self