Docs.rs
  • xitca-postgres-0.2.1
    • xitca-postgres 0.2.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • fakeshadow
    • Dependencies
      • fallible-iterator ^0.2 normal
      • futures-core ^0.3 normal
      • percent-encoding ^2 normal
      • postgres-protocol ^0.6.5 normal
      • postgres-types ^0.2 normal
      • quinn ^0.11 normal optional
      • rustls-pemfile ^2 normal optional
      • sha2 ^0.10.8 normal optional
      • tokio ^1.30 normal
      • tracing ^0.1.40 normal
      • webpki-roots ^0.26 normal optional
      • xitca-io ^0.4.1 normal
      • xitca-tls ^0.4.0 normal optional
      • xitca-unsafe-collection ^0.2.0 normal
      • bb8 ^0.8.5 dev
      • futures ^0.3 dev
      • rcgen ^0.13 dev
      • tokio ^1.30 dev
      • xitca-postgres-codegen ^0.1 dev
    • Versions
    • 67.01% 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

xitca_postgres0.2.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • Client
  • Config
  • Postgres
  • Session
  • copy::CopyIn
  • copy::CopyOut
  • dev::Response
  • error::Completed
  • error::DbError
  • error::DriverDown
  • error::DriverDownReceiving
  • error::DriverIoErrorMulti
  • error::Error
  • error::InvalidColumnIndex
  • error::InvalidParamCount
  • error::SqlState
  • error::ToDo
  • error::UnexpectedMessage
  • error::WasNull
  • error::WrongType
  • iter::MapOk
  • pipeline::Borrowed
  • pipeline::Owned
  • pipeline::Pipeline
  • pipeline::PipelineItem
  • pipeline::PipelineQuery
  • pipeline::PipelineStream
  • pool::Pool
  • pool::PoolBuilder
  • pool::PoolConnection
  • statement::Statement
  • statement::StatementGuarded
  • statement::StatementNamed
  • statement::StatementQuery
  • statement::StatementUnnamed
  • statement::StatementUnnamedBind
  • transaction::Portal
  • transaction::Transaction
  • transaction::TransactionBuilder
  • types::Field
  • types::PgLsn
  • types::Type
  • types::WasNull
  • types::WrongType

Enums

  • Driver
  • error::AuthenticationError
  • error::ConfigError
  • error::ErrorPosition
  • error::FeatureError
  • error::RuntimeError
  • error::Severity
  • error::SystemError
  • pool::StatementCacheFuture
  • types::Date
  • types::Format
  • types::IsNull
  • types::Kind
  • types::Timestamp

Traits

  • Execute
  • ExecuteBlocking
  • ExecuteMut
  • FromSqlExt
  • copy::Copy
  • dev::ClientBorrowMut
  • dev::Encode
  • dev::IntoResponse
  • dev::Prepare
  • dev::Query
  • iter::AsyncLendingIterator
  • iter::AsyncLendingIteratorExt
  • types::BorrowToSql
  • types::FromSql
  • types::FromSqlOwned
  • types::ToSql

Macros

  • types::accepts
  • types::to_sql_checked

Type Aliases

  • RowSimpleStream
  • RowSimpleStreamOwned
  • RowStream
  • RowStreamOwned
  • row::Row
  • row::RowOwned
  • row::RowSimple
  • row::RowSimpleOwned
  • types::Oid