Docs.rs
  • utils-cli-migration-1.0.0
    • utils-cli-migration 1.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • opeolluwa
    • Dependencies
      • async-std ^1 normal
      • sea-orm-migration ^0.12.0 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • 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

migration1.0.0

IntoSchemaManagerConnection

Required Methods

  • into_schema_manager_connection

Implementors

In crate migration

?
Change settings

Trait migration::IntoSchemaManagerConnection

source ·
pub trait IntoSchemaManagerConnection<'c>: Send + 'c {
    // Required method
    fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c>;
}

Required Methods§

source

fn into_schema_manager_connection(self) -> SchemaManagerConnection<'c>

Implementors§

source§

impl<'c> IntoSchemaManagerConnection<'c> for &'c DatabaseConnection

source§

impl<'c> IntoSchemaManagerConnection<'c> for &'c DatabaseTransaction

source§

impl<'c> IntoSchemaManagerConnection<'c> for SchemaManagerConnection<'c>