Docs.rs
  • inline-postgres-impl-0.1.0
    • inline-postgres-impl 0.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • JM4ier
    • Dependencies
      • async-trait ^0.1.73 normal
      • bytes ^1.0 normal
      • chrono ^0.4 normal
      • tokio-postgres ^0.7 normal
      • ulid ^1.0 normal
    • Versions
    • 29.69% 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

inline_postgres_impl0.1.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros

List of all items

Structs

  • CancelToken
  • Client
  • Column
  • Config
  • Connection
  • CopyInSink
  • CopyOutStream
  • Error
  • InsertOptions
  • NoTls
  • Notification
  • Portal
  • Query
  • Ref
  • Row
  • RowStream
  • SimpleColumn
  • SimpleQueryRow
  • SimpleQueryStream
  • Socket
  • Statement
  • Transaction
  • TransactionBuilder
  • WhereClause
  • binary_copy::BinaryCopyInWriter
  • binary_copy::BinaryCopyOutRow
  • binary_copy::BinaryCopyOutStream
  • config::Config
  • error::DbError
  • error::Error
  • error::SqlState
  • key::Key
  • row::Row
  • row::SimpleQueryRow
  • schema::Migration
  • schema::MigrationAction
  • schema::Schema
  • tls::ChannelBinding
  • tls::NoTls
  • tls::NoTlsError
  • tls::NoTlsFuture
  • types::Field
  • types::PgLsn
  • types::Type
  • types::WasNull
  • types::WrongType
  • untyped_key::Key

Enums

  • AsyncMessage
  • IsolationLevel
  • SimpleQueryMessage
  • config::ChannelBinding
  • config::Host
  • config::LoadBalanceHosts
  • config::SslMode
  • config::SslNegotiation
  • config::TargetSessionAttrs
  • error::ErrorPosition
  • error::Severity
  • tls::NoTlsStream
  • types::Date
  • types::Format
  • types::IsNull
  • types::Kind
  • types::Timestamp

Traits

  • Exec
  • Fetch
  • GenericClient
  • Table
  • TableHelper
  • ToStatement
  • row::RowIndex
  • tls::MakeTlsConnect
  • tls::TlsConnect
  • tls::TlsStream
  • types::BorrowToSql
  • types::FromSql
  • types::FromSqlOwned
  • types::ToSql

Macros

  • types::accepts
  • types::to_sql_checked

Attribute Macros

  • async_trait

Functions

  • connect

Type Aliases

  • types::Oid