Copy
traitThe Copy
trait changes the semantics of a type implementing it. Values whose type implements Copy
are copied rather than moved upon assignment.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/reference/the-copy-trait.html