pub struct SqliteExecutor { /* private fields */ }Expand description
SQLite 专用执行器
Implementations§
Source§impl SqliteExecutor
impl SqliteExecutor
Auto Trait Implementations§
impl Freeze for SqliteExecutor
impl !RefUnwindSafe for SqliteExecutor
impl Send for SqliteExecutor
impl Sync for SqliteExecutor
impl Unpin 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