Closed
Description
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.