(function() {var implementors = {};
implementors["http"] = [{"text":"impl<'a, K, V, T> TryFrom<&'a HashMap<K, V, RandomState>> for HeaderMap<T> where
K: Eq + Hash,
HeaderName: TryFrom<&'a K>,
<HeaderName as TryFrom<&'a K>>::Error: Into<Error>,
T: TryFrom<&'a V>,
T::Error: Into<Error>, ","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a str> for HeaderName","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a String> for HeaderName","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a [u8]> for HeaderName","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a str> for HeaderValue","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a String> for HeaderValue","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a [u8]> for HeaderValue","synthetic":false,"types":[]},{"text":"impl TryFrom<String> for HeaderValue","synthetic":false,"types":[]},{"text":"impl TryFrom<Vec<u8, Global>> for HeaderValue","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a [u8]> for Method","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a str> for Method","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a [u8]> for StatusCode","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a str> for StatusCode","synthetic":false,"types":[]},{"text":"impl TryFrom<u16> for StatusCode","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a [u8]> for Authority","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a str> for Authority","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a [u8]> for PathAndQuery","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a str> for PathAndQuery","synthetic":false,"types":[]},{"text":"impl TryFrom<String> for PathAndQuery","synthetic":false,"types":[]},{"text":"impl TryFrom<&'_ String> for PathAndQuery","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a [u8]> for Scheme","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a str> for Scheme","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a [u8]> for Uri","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a str> for Uri","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a String> for Uri","synthetic":false,"types":[]},{"text":"impl TryFrom<String> for Uri","synthetic":false,"types":[]},{"text":"impl TryFrom<Parts> for Uri","synthetic":false,"types":[]},{"text":"impl<'a> TryFrom<&'a Uri> for Uri","synthetic":false,"types":[]}];
implementors["json"] = [{"text":"impl TryFrom<Number> for isize","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for i8","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for i16","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for i32","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for i64","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for usize","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for u8","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for u16","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for u32","synthetic":false,"types":[]},{"text":"impl TryFrom<Number> for u64","synthetic":false,"types":[]}];
implementors["reqwest"] = [{"text":"impl<T> TryFrom<Request<T>> for Request where
T: Into<Body>, ","synthetic":false,"types":[]}];
implementors["tokio"] = [{"text":"impl TryFrom<TcpListener> for TcpListener","synthetic":false,"types":[]},{"text":"impl TryFrom<TcpStream> for TcpStream","synthetic":false,"types":[]},{"text":"impl TryFrom<UdpSocket> for UdpSocket","synthetic":false,"types":[]},{"text":"impl TryFrom<UnixDatagram> for UnixDatagram","synthetic":false,"types":[]},{"text":"impl TryFrom<UnixListener> for UnixListener","synthetic":false,"types":[]},{"text":"impl TryFrom<UnixStream> for UnixStream","synthetic":false,"types":[]}];
implementors["url"] = [{"text":"impl<'a> TryFrom<&'a str> for Url","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()