pub struct PostgresTypeMapping;Implementations§
Auto Trait Implementations§
impl Freeze for PostgresTypeMapping
impl RefUnwindSafe for PostgresTypeMapping
impl Send for PostgresTypeMapping
impl Sync for PostgresTypeMapping
impl Unpin for PostgresTypeMapping
impl UnsafeUnpin for PostgresTypeMapping
impl UnwindSafe for PostgresTypeMapping
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