The ability for a Rust Variable to be changed at a later time in the program.

let mut guess = 0;
let apple = 5;