SIGN IN SIGN UP

Remove `Copy` trait for enum Operator (#9378)

In this commit, the Copy trait has been removed from Operator. This
change was necessary due to the value of operator may wish to attach a
motion type, which is not compatible with the Copy trait.

All instances where Operator was previously copied have been updated to
use the clone() or cloned() method instead. This includes function
parameters, variable assignments, and closures.
H
Hans committed
badcd3f4d6e5dd0c3f8b8cf1be03c68120122d69
Parent: ee26091
Committed by GitHub <noreply@github.com> on 3/15/2024, 4:20:55 AM