The Copy
trait
The Copy
trait changes the semantics of a type implementing it. Values whose
type implements Copy
are copied rather than moved upon assignment.
Copy
traitThe Copy
trait changes the semantics of a type implementing it. Values whose
type implements Copy
are copied rather than moved upon assignment.