Docs.rs
  • sea-query-0.32.5
    • sea-query 0.32.5
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tyt2y3
    • billy1624
    • Dependencies
      • bigdecimal ^0.4 normal optional
      • chrono ^0.4.27 normal optional
      • inherent ^1.0 normal
      • ipnetwork ^0.20 normal optional
      • mac_address ^1.1 normal optional
      • ordered-float ^4.6 normal optional
      • pgvector ~0.4 normal optional
      • postgres-types ^0 normal optional
      • rust_decimal ^1 normal optional
      • sea-query-derive ^0.4.2 normal optional
      • serde_json ^1 normal optional
      • time ^0.3.36 normal optional
      • uuid ^1 normal optional
      • criterion ^0.3 dev
      • pretty_assertions ^1 dev
    • Versions
    • 40.5% of the crate is documented
  • 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
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

sea_query0.32.5

IntoIndexColumn

Required Methods

  • into_index_column

Implementations on Foreign Types

  • (FunctionCall, IndexOrder)
  • (I, IndexOrder)
  • (I, u32)
  • (I, u32, IndexOrder)
  • (SimpleExpr, IndexOrder)

Implementors

In sea_query::index

sea_query::index

Trait IntoIndexColumn

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 IntoIndexColumn for (SimpleExpr, IndexOrder)

Sourceยง

fn into_index_column(self) -> IndexColumn

Sourceยง

impl IntoIndexColumn for (FunctionCall, IndexOrder)

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)
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 SimpleExpr

Sourceยง

impl IntoIndexColumn for IndexColumn

Sourceยง

impl IntoIndexColumn for FunctionCall

Sourceยง

impl<I> IntoIndexColumn for I
where I: IntoIden,