pub struct Client {} impl Client { pub fn new(&mut self, url: String, username: String, password: String) -> Self { Self{} } }