Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
84 stars 12 forks source link

Add missing Clone derives #107

Closed jayvdb closed 1 year ago

jayvdb commented 1 year ago

As context, I recently ran into a case where I couldn't use a part of butane because it wasnt clone-able. Specifically https://github.com/actix/actix-web/discussions/3045