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