๐Ÿ–จ๏ธ Rust Copy Types

Instead of getting moved, copy types get copied

Types

  • Custom copy types that implement Copy
  • Standard copy types: Rust copy trait