Docs.rs
  • tokio-postgres-0.7.13
    • tokio-postgres 0.7.13
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sfackler
    • Dependencies
      • async-trait ^0.1 normal
      • byteorder ^1.0 normal
      • bytes ^1.0 normal
      • fallible-iterator ^0.2 normal
      • futures-channel ^0.3 normal
      • futures-util ^0.3 normal
      • log ^0.4 normal
      • parking_lot ^0.12 normal
      • percent-encoding ^2.0 normal
      • phf ^0.11 normal
      • pin-project-lite ^0.2 normal
      • postgres-protocol ^0.6.8 normal
      • postgres-types ^0.2.9 normal
      • rand ^0.9.0 normal
      • tokio ^1.27 normal
      • tokio-util ^0.7 normal
      • whoami ^1.4.1 normal
      • bit-vec ^0.6 dev
      • chrono ^0.4 dev
      • criterion ^0.5 dev
      • env_logger ^0.11 dev
      • eui48 ^1.0 dev
      • futures-executor ^0.3 dev
      • geo-types ^0.6 dev
      • geo-types ^0.7 dev
      • jiff ^0.1 dev
      • serde ^1.0 dev
      • serde_json ^1.0 dev
      • smol_str ^0.1 dev
      • time ^0.2 dev
      • time ^0.3 dev
      • tokio ^1.0 dev
      • uuid ^0.8 dev
      • uuid ^1.0 dev
      • socket2 ^0.5 normal
    • Versions
    • 100% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

tokio_postgres0.7.13

Crate Items

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

List of all items

Structs

  • CancelToken
  • Client
  • Column
  • Connection
  • CopyInSink
  • CopyOutStream
  • Notification
  • Portal
  • RowStream
  • SimpleColumn
  • SimpleQueryStream
  • Socket
  • Statement
  • Transaction
  • TransactionBuilder
  • binary_copy::BinaryCopyInWriter
  • binary_copy::BinaryCopyOutRow
  • binary_copy::BinaryCopyOutStream
  • config::Config
  • error::DbError
  • error::Error
  • error::SqlState
  • row::Row
  • row::SimpleQueryRow
  • tls::ChannelBinding
  • tls::NoTls
  • tls::NoTlsError
  • tls::NoTlsFuture
  • types::Field
  • types::Json
  • types::PgLsn
  • types::Type
  • types::WasNull
  • types::WrongType

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

  • GenericClient
  • ToStatement
  • row::RowIndex
  • tls::MakeTlsConnect
  • tls::TlsConnect
  • tls::TlsStream
  • types::BorrowToSql
  • types::FromSql
  • types::FromSqlOwned
  • types::ToSql

Macros

  • types::accepts
  • types::to_sql_checked

Functions

  • connect

Type Aliases

  • types::Oid