I m having the following pseudocode inside a crate
pub static struct connection { pub Id: i32, pub speed: i32, } impl connection { pub fn new() -> S