Rust: How to identify server client is connected to?

I am using the Rust driver and want to identify the server in my cluster which the client is connected to. In Java, there is getaddress(). I noticed there is a ServerInfo struct that also has a address field but I seem to not be able to access it.