Struct mtop_client::PoolConfig
source · pub struct PoolConfig {
pub max_idle_per_host: u64,
pub check_on_get: bool,
pub check_on_put: bool,
pub tls: TLSConfig,
}
Fields§
§max_idle_per_host: u64
§check_on_get: bool
§check_on_put: bool
§tls: TLSConfig
Trait Implementations§
source§impl Debug for PoolConfig
impl Debug for PoolConfig
Auto Trait Implementations§
impl Freeze for PoolConfig
impl RefUnwindSafe for PoolConfig
impl Send for PoolConfig
impl Sync for PoolConfig
impl Unpin for PoolConfig
impl UnwindSafe for PoolConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more