pub struct ConnectionPoolConfig {
pub max_read_connection_count: usize,
pub file_path: PathBuf,
pub connection_acquire_timeout: Option<Duration>,
}
Fields§
§max_read_connection_count: usize
§file_path: PathBuf
§connection_acquire_timeout: Option<Duration>
Auto Trait Implementations§
impl Freeze for ConnectionPoolConfig
impl RefUnwindSafe for ConnectionPoolConfig
impl Send for ConnectionPoolConfig
impl Sync for ConnectionPoolConfig
impl Unpin for ConnectionPoolConfig
impl UnwindSafe for ConnectionPoolConfig
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