pub struct SqlitePool;Available on non-crate feature
sqlx-dep and non-crate feature sync only.Auto Trait Implementationsยง
impl Freeze for SqlitePool
impl RefUnwindSafe for SqlitePool
impl Send for SqlitePool
impl Sync for SqlitePool
impl Unpin for SqlitePool
impl UnsafeUnpin for SqlitePool
impl UnwindSafe for SqlitePool
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