List of all items
Structs
- AutogeneratedIdGenerator
- PgC3p0Json
- PgC3p0JsonBuilder
- PgC3p0Pool
- PgTx
- UuidIdGenerator
- deadpool::Status
- deadpool::managed::Metrics
- deadpool::managed::Object
- deadpool::managed::Pool
- deadpool::managed::PoolBuilder
- deadpool::managed::PoolConfig
- deadpool::managed::Status
- deadpool::managed::Timeouts
- deadpool::managed::reexports::Metrics
- deadpool::managed::reexports::PoolConfig
- deadpool::managed::reexports::Status
- deadpool::managed::reexports::Timeouts
- deadpool::postgres::ClientWrapper
- deadpool::postgres::Config
- deadpool::postgres::ConfigConnectImpl
- deadpool::postgres::Manager
- deadpool::postgres::ManagerConfig
- deadpool::postgres::Metrics
- deadpool::postgres::PoolConfig
- deadpool::postgres::StatementCache
- deadpool::postgres::StatementCaches
- deadpool::postgres::Status
- deadpool::postgres::Timeouts
- deadpool::postgres::Transaction
- deadpool::postgres::TransactionBuilder
- deadpool::postgres::tokio_postgres::CancelToken
- deadpool::postgres::tokio_postgres::Client
- deadpool::postgres::tokio_postgres::Column
- deadpool::postgres::tokio_postgres::Config
- deadpool::postgres::tokio_postgres::Connection
- deadpool::postgres::tokio_postgres::CopyInSink
- deadpool::postgres::tokio_postgres::CopyOutStream
- deadpool::postgres::tokio_postgres::Error
- deadpool::postgres::tokio_postgres::NoTls
- deadpool::postgres::tokio_postgres::Notification
- deadpool::postgres::tokio_postgres::Portal
- deadpool::postgres::tokio_postgres::Row
- deadpool::postgres::tokio_postgres::RowStream
- deadpool::postgres::tokio_postgres::SimpleColumn
- deadpool::postgres::tokio_postgres::SimpleQueryRow
- deadpool::postgres::tokio_postgres::SimpleQueryStream
- deadpool::postgres::tokio_postgres::Socket
- deadpool::postgres::tokio_postgres::Statement
- deadpool::postgres::tokio_postgres::Transaction
- deadpool::postgres::tokio_postgres::TransactionBuilder
- deadpool::postgres::tokio_postgres::binary_copy::BinaryCopyInWriter
- deadpool::postgres::tokio_postgres::binary_copy::BinaryCopyOutRow
- deadpool::postgres::tokio_postgres::binary_copy::BinaryCopyOutStream
- deadpool::postgres::tokio_postgres::config::Config
- deadpool::postgres::tokio_postgres::error::DbError
- deadpool::postgres::tokio_postgres::error::Error
- deadpool::postgres::tokio_postgres::error::SqlState
- deadpool::postgres::tokio_postgres::row::Row
- deadpool::postgres::tokio_postgres::row::SimpleQueryRow
- deadpool::postgres::tokio_postgres::tls::ChannelBinding
- deadpool::postgres::tokio_postgres::tls::NoTls
- deadpool::postgres::tokio_postgres::tls::NoTlsError
- deadpool::postgres::tokio_postgres::tls::NoTlsFuture
- deadpool::postgres::tokio_postgres::types::Field
- deadpool::postgres::tokio_postgres::types::Json
- deadpool::postgres::tokio_postgres::types::PgLsn
- deadpool::postgres::tokio_postgres::types::Type
- deadpool::postgres::tokio_postgres::types::WasNull
- deadpool::postgres::tokio_postgres::types::WrongType
- deadpool::unmanaged::Object
- deadpool::unmanaged::Pool
- deadpool::unmanaged::PoolConfig
- deadpool::unmanaged::Status
- tokio_postgres::CancelToken
- tokio_postgres::Client
- tokio_postgres::Column
- tokio_postgres::Config
- tokio_postgres::Connection
- tokio_postgres::CopyInSink
- tokio_postgres::CopyOutStream
- tokio_postgres::Error
- tokio_postgres::NoTls
- tokio_postgres::Notification
- tokio_postgres::Portal
- tokio_postgres::Row
- tokio_postgres::RowStream
- tokio_postgres::SimpleColumn
- tokio_postgres::SimpleQueryRow
- tokio_postgres::SimpleQueryStream
- tokio_postgres::Socket
- tokio_postgres::Statement
- tokio_postgres::Transaction
- tokio_postgres::TransactionBuilder
- tokio_postgres::binary_copy::BinaryCopyInWriter
- tokio_postgres::binary_copy::BinaryCopyOutRow
- tokio_postgres::binary_copy::BinaryCopyOutStream
- tokio_postgres::config::Config
- tokio_postgres::error::DbError
- tokio_postgres::error::Error
- tokio_postgres::error::SqlState
- tokio_postgres::row::Row
- tokio_postgres::row::SimpleQueryRow
- tokio_postgres::tls::ChannelBinding
- tokio_postgres::tls::NoTls
- tokio_postgres::tls::NoTlsError
- tokio_postgres::tls::NoTlsFuture
- tokio_postgres::types::Field
- tokio_postgres::types::Json
- tokio_postgres::types::PgLsn
- tokio_postgres::types::Type
- tokio_postgres::types::WasNull
- tokio_postgres::types::WrongType
Enums
- deadpool::Runtime
- deadpool::SpawnBlockingError
- deadpool::managed::BuildError
- deadpool::managed::CreatePoolError
- deadpool::managed::Hook
- deadpool::managed::HookError
- deadpool::managed::PoolError
- deadpool::managed::QueueMode
- deadpool::managed::RecycleError
- deadpool::managed::TimeoutType
- deadpool::managed::reexports::Runtime
- deadpool::postgres::ChannelBinding
- deadpool::postgres::ConfigError
- deadpool::postgres::RecyclingMethod
- deadpool::postgres::Runtime
- deadpool::postgres::SslMode
- deadpool::postgres::TargetSessionAttrs
- deadpool::postgres::tokio_postgres::AsyncMessage
- deadpool::postgres::tokio_postgres::IsolationLevel
- deadpool::postgres::tokio_postgres::SimpleQueryMessage
- deadpool::postgres::tokio_postgres::config::ChannelBinding
- deadpool::postgres::tokio_postgres::config::Host
- deadpool::postgres::tokio_postgres::config::LoadBalanceHosts
- deadpool::postgres::tokio_postgres::config::SslMode
- deadpool::postgres::tokio_postgres::config::TargetSessionAttrs
- deadpool::postgres::tokio_postgres::error::ErrorPosition
- deadpool::postgres::tokio_postgres::error::Severity
- deadpool::postgres::tokio_postgres::tls::NoTlsStream
- deadpool::postgres::tokio_postgres::types::Date
- deadpool::postgres::tokio_postgres::types::Format
- deadpool::postgres::tokio_postgres::types::IsNull
- deadpool::postgres::tokio_postgres::types::Kind
- deadpool::postgres::tokio_postgres::types::Timestamp
- deadpool::unmanaged::PoolError
- tokio_postgres::AsyncMessage
- tokio_postgres::IsolationLevel
- tokio_postgres::SimpleQueryMessage
- tokio_postgres::config::ChannelBinding
- tokio_postgres::config::Host
- tokio_postgres::config::LoadBalanceHosts
- tokio_postgres::config::SslMode
- tokio_postgres::config::TargetSessionAttrs
- tokio_postgres::error::ErrorPosition
- tokio_postgres::error::Severity
- tokio_postgres::tls::NoTlsStream
- tokio_postgres::types::Date
- tokio_postgres::types::Format
- tokio_postgres::types::IsNull
- tokio_postgres::types::Kind
- tokio_postgres::types::Timestamp
Traits
- IdGenerator
- PostgresIdType
- deadpool::managed::Manager
- deadpool::postgres::Connect
- deadpool::postgres::GenericClient
- deadpool::postgres::tokio_postgres::GenericClient
- deadpool::postgres::tokio_postgres::ToStatement
- deadpool::postgres::tokio_postgres::row::RowIndex
- deadpool::postgres::tokio_postgres::tls::MakeTlsConnect
- deadpool::postgres::tokio_postgres::tls::TlsConnect
- deadpool::postgres::tokio_postgres::tls::TlsStream
- deadpool::postgres::tokio_postgres::types::BorrowToSql
- deadpool::postgres::tokio_postgres::types::FromSql
- deadpool::postgres::tokio_postgres::types::FromSqlOwned
- deadpool::postgres::tokio_postgres::types::ToSql
- tokio_postgres::GenericClient
- tokio_postgres::ToStatement
- tokio_postgres::row::RowIndex
- tokio_postgres::tls::MakeTlsConnect
- tokio_postgres::tls::TlsConnect
- tokio_postgres::tls::TlsStream
- tokio_postgres::types::BorrowToSql
- tokio_postgres::types::FromSql
- tokio_postgres::types::FromSqlOwned
- tokio_postgres::types::ToSql
Macros
- deadpool::managed_reexports
- deadpool::postgres::tokio_postgres::types::accepts
- deadpool::postgres::tokio_postgres::types::to_sql_checked
- tokio_postgres::types::accepts
- tokio_postgres::types::to_sql_checked
Functions
- build_pg_queries
- deadpool::postgres::tokio_postgres::connect
- deadpool_into_c3p0_error
- get_or_error
- into_c3p0_error
- to_model
- to_value_mapper
- tokio_postgres::connect
Type Aliases
- PostgresVersionType
- deadpool::managed::HookFuture
- deadpool::managed::HookResult
- deadpool::managed::RecycleResult
- deadpool::postgres::BuildError
- deadpool::postgres::Client
- deadpool::postgres::CreatePoolError
- deadpool::postgres::Hook
- deadpool::postgres::HookError
- deadpool::postgres::Object
- deadpool::postgres::Pool
- deadpool::postgres::PoolBuilder
- deadpool::postgres::PoolError
- deadpool::postgres::tokio_postgres::types::Oid
- tokio_postgres::types::Oid