Trait sea_query::types::IntoTableRef [−][src]
pub trait IntoTableRef {
fn into_table_ref(self) -> TableRef;
}Required methods
fn into_table_ref(self) -> TableRef[src]
Implementations on Foreign Types
impl<S: 'static, T: 'static> IntoTableRef for (S, T) where
S: IntoIden,
T: IntoIden, [src]
impl<S: 'static, T: 'static> IntoTableRef for (S, T) where
S: IntoIden,
T: IntoIden, [src]fn into_table_ref(self) -> TableRef[src]
Implementors
impl<T: 'static> IntoTableRef for T where
T: IntoIden, [src]
impl<T: 'static> IntoTableRef for T where
T: IntoIden, [src]