This code shows why RefCell is even a thing. Example was taken from this awesome video: Rust Interior Mutability - Sneaking By The Borrow Checker by Code to the Moon
Highly recommended video on RefCell: Smart Pointers in Rust - Interior Mutability by Let's Get Rusty