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