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