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)SubQuery(SelectStatement, DynIden)Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TableRefimpl !UnwindSafe for TableRefBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V