In rust you must initialize all fields of a struct when you create it, if there is no value for a field you must use something like Option<>
So imagine a case w