Dynamic Type Annotation
Explicit Type Annotation
Thrown Variables
Variables that have their values thrown away immediately after.
Mutability
By default, all variables in rust are immutable. To make something mutable you must use the mut
keyword.