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
I think this is the consensus after quite a few discussions about this. Clone will be the way to explicitly copy an ownership tree (stops at @ boundaries).
In the future, a DeepClone trait could be implemented to copy past @ boundaries, but it will have to handle cycles to work in the general case.