Defining and instantiating structs, method syntax, and associated functions.
Based on The Rust Programming Language, Chapter 5
Content coming soon. This module will cover how to define and use structs to create custom data types, along with methods and associated functions that give structs behavior.