You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any particular reason Clone couldn't be implemented on the Client struct? I'm trying to write a Python wrapper using Pyo3 and (because Python) everything must implement Clone. My current workaround of making my own Client type that implements Clone by reinitializing is harmful to performance (and bandwidth).
The text was updated successfully, but these errors were encountered:
Is there any particular reason
Clone
couldn't be implemented on theClient
struct? I'm trying to write a Python wrapper using Pyo3 and (because Python) everything must implementClone
. My current workaround of making my ownClient
type that implementsClone
by reinitializing is harmful to performance (and bandwidth).The text was updated successfully, but these errors were encountered: