pub struct SQLiteDriver {}Expand description
SQLite driver.
Implementations§
Source§impl SQLiteDriver
impl SQLiteDriver
Trait Implementations§
Source§impl Debug for SQLiteDriver
impl Debug for SQLiteDriver
Source§impl Default for SQLiteDriver
impl Default for SQLiteDriver
Source§fn default() -> SQLiteDriver
fn default() -> SQLiteDriver
Returns the “default value” for a type. Read more
Source§impl Driver for SQLiteDriver
impl Driver for SQLiteDriver
Source§type Connection = SQLiteConnection
type Connection = SQLiteConnection
Concrete connection.
Source§type Prepared = SQLitePrepared
type Prepared = SQLitePrepared
Prepared statement handle.
Source§type Transaction<'c> = SQLiteTransaction<'c>
type Transaction<'c> = SQLiteTransaction<'c>
Transaction type.
Source§fn sql_writer(&self) -> SQLiteSqlWriter
fn sql_writer(&self) -> SQLiteSqlWriter
Create a SQL writer. Read more
Auto Trait Implementations§
impl Freeze for SQLiteDriver
impl RefUnwindSafe for SQLiteDriver
impl Send for SQLiteDriver
impl Sync for SQLiteDriver
impl Unpin for SQLiteDriver
impl UnwindSafe for SQLiteDriver
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