Docs.rs
sea-query-0.22.0
sea-query 0.22.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tyt2y3
billy1624
Dependencies
bigdecimal ^0.2
normal
bytes ^1
normal
chrono ^0
normal
postgres-types ^0
normal
proc-macro2 ^1
normal
quote ^1
normal
rust_decimal ^1
normal
sea-query-derive ^0.2.0
normal
serde_json ^1
normal
uuid ^0
normal
criterion ^0.3
dev
Versions
39.46%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
IntoIndexColumn
Required Methods
into_index_column
Implementations on Foreign Types
(I, IndexOrder)
(I, u32)
(I, u32, IndexOrder)
Implementors
In sea_query::index
?
Trait
sea_query
::
index
::
IntoIndexColumn
source
·
[
−
]
pub trait IntoIndexColumn { 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,
u32
)
where
I:
IntoIden
,
source
fn
into_index_column
(self) ->
IndexColumn
source
impl<I>
IntoIndexColumn
for
(
I,
IndexOrder
)
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
,