pub struct Mysql {}Expand description
MySQL type serializator
Trait Implementations§
Source§impl TypeWriter for Mysql
impl TypeWriter for Mysql
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 Mysql
impl RefUnwindSafe for Mysql
impl Send for Mysql
impl Sync for Mysql
impl Unpin for Mysql
impl UnwindSafe for Mysql
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