#[derive(Clone)] pub struct Network { pub ssid: &'static str, pub password: &'static str, pub static_ip: &'static str, pub gateway_ip: &'static str, }