Searched defs:Host (Results 1 – 1 of 1) sorted by relevance
160 pub fn host(&self) -> Option<&Host> { in host()621 pub fn host(&self) -> &Host { in host()671 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts()708 pub struct Host(String); struct710 impl Host { impl727 impl ToString for Host { implementation