Searched defs:Authority (Results 1 – 6 of 6) sorted by relevance
148 pub fn authority(&self) -> Option<&Authority> { in authority()296 Option<Authority>, in into_parts()314 authority: Option<Authority>, in from_raw_parts()633 pub struct Authority { struct638 impl Authority { impl648 pub fn from_bytes(bytes: &[u8]) -> Result<Authority, InvalidUri> { in from_bytes()727 impl<'a> TryFrom<&'a [u8]> for Authority { implementation735 impl<'a> TryFrom<&'a str> for Authority { implementation743 impl ToString for Authority { implementation1065 ) -> Result<(Option<Authority>, &[u8]), InvalidUri> { in authority_parse()[all …]
407 Authority, enumerator
173 pub(crate) fn authority(&self) -> &Authority { in authority()
691 Authority, enumerator
161 Authority, enumerator
911 Authority, enumerator