Mental Models Layer 2: Design Choices Core Question What's the right way to think about this Rust concept? When learning or explaining Rust: - What's the correct mental model? - What misconceptions should be avoided? - What analogies help understanding? --- Key Mental Models | Concept | Mental Model | Analogy | |---------|--------------|---------| | Ownership | Unique key | Only one person has the house key | | Move | Key handover | Giving away your key | | | Lending for reading | Lending a book | | | Exclusive editing | Only you can edit the doc | | Lifetime | Valid scope | "Ticket valid unt…