Struct hyper::server::Listening [−][src]
pub struct Listening {
pub socket: SocketAddr,
// some fields omitted
}A listening server, which can later be closed.
Fields
socket: SocketAddr
The socket addresses that the server is bound to.
Methods
impl Listening[src]
impl ListeningTrait Implementations
impl Debug for Listening[src]
impl Debug for Listeningfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Drop for Listening[src]
impl Drop for Listening