pub type Email = Email;
struct Email { pub required: bool, pub verification_required: bool, }
required: bool
Whether or not email is required on signup.
verification_required: bool
Whether or not email is verified.