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 Freeze for Postgresql
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