Searched defs:Scheme (Results 1 – 5 of 5) sorted by relevance
126 pub fn scheme(&self) -> Option<&Scheme> { in scheme()286 Option<Scheme>, in into_parts()504 pub struct Scheme { struct508 impl Scheme { implementation530 pub fn from_bytes(bytes: &[u8]) -> Result<Scheme, InvalidUri> { in from_bytes()558 impl From<Protocol> for Scheme { implementation564 impl<'a> TryFrom<&'a [u8]> for Scheme { implementation572 impl<'a> TryFrom<&'a str> for Scheme { implementation935 fn scheme_token(bytes: &[u8]) -> Result<(Option<Scheme>, &[u8]), InvalidUri> { in scheme_token()
52 pub(crate) fn new(scheme: Scheme, authority: Authority) -> Self { in new()
180 pub(crate) fn scheme(&self) -> &Scheme { in scheme()
406 Scheme, enumerator
159 Scheme, enumerator