pub struct SqliteConnection {
pub conn: Option<SqliteConnection>,
pub pool: Option<Arc<SqlitePoolInner>>,
}Fields§
§conn: Option<SqliteConnection>§pool: Option<Arc<SqlitePoolInner>>Trait Implementations§
Source§impl Debug for SqliteConnection
impl Debug for SqliteConnection
Source§impl Drop for SqliteConnection
impl Drop for SqliteConnection
Auto Trait Implementations§
impl !RefUnwindSafe for SqliteConnection
impl !Sync for SqliteConnection
impl !UnwindSafe for SqliteConnection
impl Freeze for SqliteConnection
impl Send for SqliteConnection
impl Unpin for SqliteConnection
impl UnsafeUnpin for SqliteConnection
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