Docs.rs
  • pg_async-0.8.7
    • pg_async 0.8.7
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ArtemGr
    • Dependencies
      • atomic ^0.6 normal
      • chrono ^0.4 normal
      • futures ^0.1 normal
      • gstuff ^0.8 normal
      • inlinable_string ^0.1 normal
      • itertools ^0.13 normal
      • lazy_static ^1 normal
      • libc ^0.2 normal
      • nix ^0.29 normal
      • serde ^1 normal
      • serde_derive ^1 normal
      • serde_json ^1 normal
      • fomat-macros ^0.3 dev
      • futures-cpupool ^0.1 dev
      • rand ^0.8 dev
    • Versions
    • 64.39% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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

pg_async0.8.7

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Cluster
  • PgFuture
  • PgOperation
  • PgResult
  • PgResultIt
  • PgRow
  • PgSqlErr

Enums

  • PgFutureErr
  • PgQueryPiece
  • PgSchedulingMode
  • pq::PGconn
  • pq::PGresult

Traits

  • IntoQueryPieces

Functions

  • pq::PQclear
  • pq::PQcmdStatus
  • pq::PQcmdTuples
  • pq::PQconnectPoll
  • pq::PQconnectStart
  • pq::PQconnectdb
  • pq::PQconsumeInput
  • pq::PQerrorMessage
  • pq::PQescapeByteaConn
  • pq::PQescapeLiteral
  • pq::PQfinish
  • pq::PQflush
  • pq::PQfname
  • pq::PQfreemem
  • pq::PQftype
  • pq::PQgetResult
  • pq::PQgetisnull
  • pq::PQgetlength
  • pq::PQgetvalue
  • pq::PQisBusy
  • pq::PQisthreadsafe
  • pq::PQnfields
  • pq::PQntuples
  • pq::PQoidValue
  • pq::PQresStatus
  • pq::PQreset
  • pq::PQresetStart
  • pq::PQresultErrorField
  • pq::PQresultErrorMessage
  • pq::PQresultStatus
  • pq::PQsendQuery
  • pq::PQsetnonblocking
  • pq::PQsocket
  • pq::PQstatus
  • pq::PQunescapeBytea

Type Aliases

  • pq::ConnStatusType
  • pq::ExecStatusType
  • pq::Oid
  • pq::PostgresPollingStatusType

Constants

  • pq::CONNECTION_AUTH_OK
  • pq::CONNECTION_AWAITING_RESPONSE
  • pq::CONNECTION_BAD
  • pq::CONNECTION_MADE
  • pq::CONNECTION_NEEDED
  • pq::CONNECTION_OK
  • pq::CONNECTION_SETENV
  • pq::CONNECTION_SSL_STARTUP
  • pq::CONNECTION_STARTED
  • pq::PGRES_BAD_RESPONSE
  • pq::PGRES_COMMAND_OK
  • pq::PGRES_COPY_BOTH
  • pq::PGRES_COPY_IN
  • pq::PGRES_COPY_OUT
  • pq::PGRES_EMPTY_QUERY
  • pq::PGRES_FATAL_ERROR
  • pq::PGRES_NONFATAL_ERROR
  • pq::PGRES_POLLING_ACTIVE
  • pq::PGRES_POLLING_FAILED
  • pq::PGRES_POLLING_OK
  • pq::PGRES_POLLING_READING
  • pq::PGRES_POLLING_WRITING
  • pq::PGRES_SINGLE_TUPLE
  • pq::PGRES_TUPLES_OK
  • pq::PG_DIAG_SQLSTATE