Struct deadpool_postgres::ManagerConfig [−][src]
pub struct ManagerConfig {
pub recycling_method: RecyclingMethod,
}
Expand description
Configuration object for a Manager
.
This currently only makes it possible to specify which RecyclingMethod
should be used when retrieving existing objects from the Pool
.
Fields
recycling_method: RecyclingMethod
Method of how a connection is recycled. See RecyclingMethod
.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ManagerConfig
impl Send for ManagerConfig
impl Sync for ManagerConfig
impl Unpin for ManagerConfig
impl UnwindSafe for ManagerConfig
Blanket Implementations
Mutably borrows from an owned value. Read more