[−][src]Module deadpool_postgres::config
This module describes configuration used for Pool creation.
Structs
| Config | Configuration object. By enabling the |
| ManagerConfig | Configuration object for the manager. This currently only makes it possible to specify which recycling method should be used when retrieving existing objects from the pool. |
Enums
| ChannelBinding | Channel binding configuration. |
| ConfigError | An error which is returned by |
| RecyclingMethod | This enum is used to control how the connection is recycled.
Attention: The current default is |
| SslMode | TLS configuration. |
| TargetSessionAttrs | Properties required of a session. |