Searched defs:ServerInfo (Results 1 – 3 of 3) sorted by relevance
43 pub struct ServerInfo { struct67 info: ServerInfo, argument74 info: ServerInfo, in new()111 pub fn get_info(&self) -> &ServerInfo { in get_info()
76 info: &ServerInfo, in build_connection()98 info: ServerInfo, in new()
104 async fn probe(&mut self, info: ServerInfo, timeout: Duration) -> Result<()> { in probe()