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