pub struct DatabasePool { /* private fields */ }Expand description
Database connection pool manager
Implementations§
Source§impl DatabasePool
impl DatabasePool
Auto Trait Implementations§
impl Freeze for DatabasePool
impl RefUnwindSafe for DatabasePool
impl Send for DatabasePool
impl Sync for DatabasePool
impl Unpin for DatabasePool
impl UnwindSafe for DatabasePool
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