Docs.rs
sea-orm-migration-1.1.19
sea-orm-migration 1.1.19
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tyt2y3
billy1624
Dependencies
async-trait ^0.1
normal
clap ^4.3
normal
optional
dotenvy ^0.15
normal
optional
sea-orm ~1.1.19
normal
sea-orm-cli ~1.1.19
normal
optional
sea-schema ^0.16.2
normal
tracing ^0.1
normal
tracing-subscriber ^0.3.17
normal
async-std ^1
dev
Versions
21.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
IntoColumnRef
sea_
orm_
migration
1.1.19
Into
Column
Ref
Required Methods
into_column_ref
Implementations on Foreign Types
(S, T)
(S, T, U)
(T, Asterisk)
Implementors
In sea_
orm_
migration::
prelude
sea_orm_migration
::
prelude
Trait
Into
Column
Ref
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
,