Replies: 3 comments 3 replies
-
I've just realized this should be a discussion, not an issue, I apologize, is there any way to convert? |
Beta Was this translation helpful? Give feedback.
-
@xFGhoul hello there, converted |
Beta Was this translation helpful? Give feedback.
-
This error is not related to inserting the data, but to loading the result via |
Beta Was this translation helpful? Give feedback.
-
Setup
I am trying to use a struct to insert new models into my database, but I am running into trait issues when compiling
Versions
Feature Flags
postgres
,uuid
,chrono
,numeric
,ipnet-address
Problem Description
What are you trying to accomplish?
I am trying to do:
and make it work,
&profile
being aNewProfile
struct:What is the expected output?
Data is created with sufficient data as well as default values (ones omitted from profile and new profile) are created
What is the actual output?
Compile Time Errors: https://pastebin.com/F6mV9BR9
Are you seeing any additional errors?
Steps to reproduce
Profile
:!table
:Relevant Code:
Checklist
closed if this is not the case)
Beta Was this translation helpful? Give feedback.
All reactions