Struct mysql_connector::pool::AsyncPool
source · pub struct AsyncPool<T: AsyncPoolContent, const N: usize> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T, const N: usize> !Freeze for AsyncPool<T, N>
impl<T, const N: usize> RefUnwindSafe for AsyncPool<T, N>
impl<T, const N: usize> Send for AsyncPool<T, N>
impl<T, const N: usize> Sync for AsyncPool<T, N>
impl<T, const N: usize> Unpin for AsyncPool<T, N>
impl<T, const N: usize> UnwindSafe for AsyncPool<T, N>
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