Pattern matching is a way to match the structure of a value and bind variables to its parts. It is a powerful way to handle data and control flow of a Rust program. We generally use the match expressions when it comes to pattern matching. The syntax of t