Docs.rs
music-player-migration-0.1.9
music-player-migration 0.1.9
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tsirysndr
Dependencies
clap ^3.2.23
normal
dotenv ^0.15.0
normal
music-player-settings ^0.1.4
normal
sea-orm-migration ^0.9.0
normal
tokio ^1.0
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
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
migration
0.1.9
Into
Index
Column
Required Methods
into_index_column
Implementations on Foreign Types
(I, IndexOrder)
(I, u32)
(I, u32, IndexOrder)
Implementors
In crate migration
migration
Trait
IntoIndexColumn
Copy item path
Source
pub trait IntoIndexColumn { // Required method fn
into_index_column
(self) ->
IndexColumn
; }
Required Methods
§
Source
fn
into_index_column
(self) ->
IndexColumn
Implementations on Foreign Types
§
Source
§
impl<I>
IntoIndexColumn
for (I,
IndexOrder
)
where I:
IntoIden
,
Source
§
fn
into_index_column
(self) ->
IndexColumn
Source
§
impl<I>
IntoIndexColumn
for (I,
u32
)
where I:
IntoIden
,
Source
§
fn
into_index_column
(self) ->
IndexColumn
Source
§
impl<I>
IntoIndexColumn
for (I,
u32
,
IndexOrder
)
where I:
IntoIden
,
Source
§
fn
into_index_column
(self) ->
IndexColumn
Implementors
§
Source
§
impl
IntoIndexColumn
for
IndexColumn
Source
§
impl<I>
IntoIndexColumn
for I
where I:
IntoIden
,