immutable

Values which cannot be changed. Values are immutable by default in Rust and declared mutable with "mut".