pub struct Sqlite {}Expand description
SQLite type serializator
Trait Implementations§
Source§impl TypeWriter for Sqlite
impl TypeWriter for Sqlite
fn id(&self) -> &str
fn field_type(&self, field_type: &FieldType) -> String
fn schema(&self, op: &ObjectPath) -> String
fn index_type(&self) -> String
fn supports_schemas(&self) -> bool
fn supports_permissions(&self) -> bool
fn supports_auto_increment(&self) -> bool
fn supports_sequences(&self) -> bool
Auto Trait Implementations§
impl Freeze for Sqlite
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