#[non_exhaustive]pub struct SQLiteDialect { /* private fields */ }Expand description
The dialect definition for SQLite.
Implementations§
Source§impl SQLiteDialect
impl SQLiteDialect
Trait Implementations§
Source§impl Clone for SQLiteDialect
impl Clone for SQLiteDialect
Source§fn clone(&self) -> SQLiteDialect
fn clone(&self) -> SQLiteDialect
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SQLiteDialect
impl Debug for SQLiteDialect
Source§impl Default for SQLiteDialect
impl Default for SQLiteDialect
Source§fn default() -> SQLiteDialect
fn default() -> SQLiteDialect
Returns the “default value” for a type. Read more
Source§impl Message for SQLiteDialect
impl Message for SQLiteDialect
Source§impl PartialEq for SQLiteDialect
impl PartialEq for SQLiteDialect
impl StructuralPartialEq for SQLiteDialect
Auto Trait Implementations§
impl Freeze for SQLiteDialect
impl RefUnwindSafe for SQLiteDialect
impl Send for SQLiteDialect
impl Sync for SQLiteDialect
impl Unpin for SQLiteDialect
impl UnwindSafe for SQLiteDialect
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