Searched defs:Host (Results 1 – 1 of 1) sorted by relevance
164 pub fn host(&self) -> Option<&Host> { in host()672 pub fn host(&self) -> &Host { in host()722 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts()759 pub struct Host(String); struct761 impl Host { impl778 impl ToString for Host { implementation