#[derive(Debug, Clone)] pub struct Message { pub emitter: String, pub level: i32, pub msg_type: String, pub text: String, }