migration
0.1.2
Into
Column
Ref
Required Methods
into_column_ref
Implementations on Foreign Types
(S, T)
(S, T, U)
(T, Asterisk)
Implementors
In crate migration
migration
Trait
IntoColumnRef
Copy item path
pub trait IntoColumnRef { // Required method fn
into_column_ref
(self) ->
ColumnRef
; }
Required Methods
§
fn
into_column_ref
(self) ->
ColumnRef
Implementations on Foreign Types
§
§
impl<S, T>
IntoColumnRef
for
(S, T)
where S: 'static +
IntoIden
, T: 'static +
IntoIden
,
§
fn
into_column_ref
(self) ->
ColumnRef
§
impl<S, T, U>
IntoColumnRef
for
(S, T, U)
where S: 'static +
IntoIden
, T: 'static +
IntoIden
, U: 'static +
IntoIden
,
§
fn
into_column_ref
(self) ->
ColumnRef
§
impl<T>
IntoColumnRef
for (T,
Asterisk
)
where T: 'static +
IntoIden
,
§
fn
into_column_ref
(self) ->
ColumnRef
Implementors
§
§
impl
IntoColumnRef
for
ColumnRef
§
impl
IntoColumnRef
for
Asterisk
§
impl<T>
IntoColumnRef
for T
where T: 'static +
IntoIden
,