pub struct SqliteExecutor { /* private fields */ }Expand description
SQLite executor using Limbo (pure Rust implementation)
Implementations§
Auto Trait Implementations§
impl Freeze for SqliteExecutor
impl RefUnwindSafe for SqliteExecutor
impl Send for SqliteExecutor
impl Sync for SqliteExecutor
impl Unpin for SqliteExecutor
impl UnsafeUnpin for SqliteExecutor
impl UnwindSafe for SqliteExecutor
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