Struct mtop_client::PoolConfig
source · pub struct PoolConfig {
pub check_on_get: bool,
pub check_on_put: bool,
pub tls: TLSConfig,
}Fields§
§check_on_get: bool§check_on_put: bool§tls: TLSConfigTrait Implementations§
source§impl Debug for PoolConfig
impl Debug for PoolConfig
Auto Trait Implementations§
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