Struct MySqlPool
pub struct MySqlPool;Trait Implementations§
§impl IntoExecutor for MySqlPool
impl IntoExecutor for MySqlPool
fn into_executor(self) -> Executor
Auto Trait Implementations§
impl Freeze for MySqlPool
impl RefUnwindSafe for MySqlPool
impl Send for MySqlPool
impl Sync for MySqlPool
impl Unpin for MySqlPool
impl UnwindSafe for MySqlPool
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