It looks like the Copy derive was added in #18, I guess because each handle happened to be compatible with it at the time.
However there are some benefits to removing Copy, e.g. it makes it possible to include strongly typed web handles that are reference counted (not Copy) #134 (comment)
It looks like the
Copyderive was added in #18, I guess because each handle happened to be compatible with it at the time.However there are some benefits to removing
Copy, e.g. it makes it possible to include strongly typed web handles that are reference counted (notCopy) #134 (comment)