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 type.
Source§type Prepared = SQLitePrepared
type Prepared = SQLitePrepared
Prepared statement implementation.
Source§type Transaction<'c> = SQLiteTransaction<'c>
type Transaction<'c> = SQLiteTransaction<'c>
Transaction implementation.
Source§fn sql_writer(&self) -> SQLiteSqlWriter
fn sql_writer(&self) -> SQLiteSqlWriter
Get a SQL writer object.
Auto Trait Implementations§
impl Freeze for SQLiteDriver
impl RefUnwindSafe for SQLiteDriver
impl Send for SQLiteDriver
impl Sync for SQLiteDriver
impl Unpin for SQLiteDriver
impl UnsafeUnpin 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