Docs.rs
  • postgres-0.19.10
    • postgres 0.19.10
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sfackler
    • Dependencies
      • bytes ^1.0 normal
      • fallible-iterator ^0.2 normal
      • futures-util ^0.3.14 normal
      • log ^0.4 normal
      • tokio ^1.0 normal
      • tokio-postgres ^0.7.13 normal
      • criterion ^0.5 dev
    • 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
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

postgres0.19.10

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • CancelToken
  • Client
  • Column
  • CopyInWriter
  • CopyOutReader
  • Notification
  • Notifications
  • Portal
  • RowIter
  • Socket
  • Statement
  • Transaction
  • TransactionBuilder
  • binary_copy::BinaryCopyInWriter
  • binary_copy::BinaryCopyOutIter
  • binary_copy::BinaryCopyOutRow
  • config::Config
  • error::DbError
  • error::Error
  • error::SqlState
  • notifications::BlockingIter
  • notifications::Iter
  • notifications::Notifications
  • notifications::TimeoutIter
  • 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

  • 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

Type Aliases

  • types::Oid