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
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