Docs.rs
  • notes_r_us_migrations-0.1.1
    • notes_r_us_migrations 0.1.1
    • Permalink
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Notliam99
    • Dependencies
      • async-std ^1.13.0 normal
      • sea-orm-migration ^1.1.4 normal
    • Versions
    • 77.42% 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

notes_r_us_migrations0.1.1

IntoIndexColumn

Required Methods

  • into_index_column

Implementations on Foreign Types

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

Implementors

In crate notes_r_us_migrations

notes_r_us_migrations

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 IndexColumn

Source§

impl IntoIndexColumn for SimpleExpr

Source§

impl IntoIndexColumn for FunctionCall

Source§

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