Rust custom data types are formed mainly through the two keywords:
struct
enum
Constants can also be created via the const and static keywords.
const
static