Derive Clone for Client
Fixes: https://github.com/dapr/rust-sdk/issues/91
I had to change some imports to avoid ambiguous name errors I got, probably due to a new rust version. Feel free to remove them if this is not needed.
@c-thiel I have not personally hit the name errors on 1.68 which is the latest stable version. What version did you hit this issue on?
Also on 1.68. Maybe those also took effect due to some stricter import rules. My VS-Code Rust Analyzer is also complaining. Feel free to remove them. The derive really is much more important :)
@zedgell, I double checked my setup and my build failed due to some workspace settings. I reverted my other changes so that this PR really just contains this one missing line.
@c-thiel @zedgell is the fact those commits are not signed the main blocker of this PR ?
@cscetbon i personally don't have control over this repo or the ability to review PRs. You may ask in the Discord channel
@c-thiel Hey👋 would you be able to signoff your commits so I can merge?
Closing as the changes have been usurped.