Docs.rs
migration-0.2.2
migration 0.2.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
kafeikui
Dependencies
async-std ^1
normal
entity ^0.2.0
normal
libsqlite3-sys ^0.26.0
normal
sea-orm-migration ^0.12
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
migration
0.2.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
Source
pub trait IntoColumnRef { // Required method fn
into_column_ref
(self) ->
ColumnRef
; }
Required Methods
§
Source
fn
into_column_ref
(self) ->
ColumnRef
Implementations on Foreign Types
§
Source
§
impl<S, T>
IntoColumnRef
for
(S, T)
where S: 'static +
IntoIden
, T: 'static +
IntoIden
,
Source
§
fn
into_column_ref
(self) ->
ColumnRef
Source
§
impl<S, T, U>
IntoColumnRef
for
(S, T, U)
where S: 'static +
IntoIden
, T: 'static +
IntoIden
, U: 'static +
IntoIden
,
Source
§
fn
into_column_ref
(self) ->
ColumnRef
Source
§
impl<T>
IntoColumnRef
for (T,
Asterisk
)
where T: 'static +
IntoIden
,
Source
§
fn
into_column_ref
(self) ->
ColumnRef
Implementors
§
Source
§
impl
IntoColumnRef
for
ColumnRef
Source
§
impl
IntoColumnRef
for
Asterisk
Source
§
impl<T>
IntoColumnRef
for T
where T: 'static +
IntoIden
,