Struct dml_tools::type_writers::Sqlite
source · pub struct Sqlite {}Expand description
SQLite type serializator
Trait Implementations§
source§impl TypeWriter for Sqlite
impl TypeWriter for Sqlite
fn type_to_sql(&self, field_type: &FieldType) -> String
Auto Trait Implementations§
impl RefUnwindSafe for Sqlite
impl Send for Sqlite
impl Sync for Sqlite
impl Unpin for Sqlite
impl UnwindSafe for Sqlite
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