I have a structure textApp with field mode, which has a type of a Mode:
pub struct textApp{ mode: Mode, } pub en