(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":["http::header::map::HeaderMap"]},{"text":"impl<'a> TryFrom<&'a str> for HeaderName","synthetic":false,"types":["http::header::name::HeaderName"]},{"text":"impl<'a> TryFrom<&'a String> for HeaderName","synthetic":false,"types":["http::header::name::HeaderName"]},{"text":"impl<'a> TryFrom<&'a [u8]> for HeaderName","synthetic":false,"types":["http::header::name::HeaderName"]},{"text":"impl<'a> TryFrom<&'a str> for HeaderValue","synthetic":false,"types":["http::header::value::HeaderValue"]},{"text":"impl<'a> TryFrom<&'a String> for HeaderValue","synthetic":false,"types":["http::header::value::HeaderValue"]},{"text":"impl<'a> TryFrom<&'a [u8]> for HeaderValue","synthetic":false,"types":["http::header::value::HeaderValue"]},{"text":"impl TryFrom<String> for HeaderValue","synthetic":false,"types":["http::header::value::HeaderValue"]},{"text":"impl TryFrom<Vec<u8, Global>> for HeaderValue","synthetic":false,"types":["http::header::value::HeaderValue"]},{"text":"impl<'a> TryFrom<&'a [u8]> for Method","synthetic":false,"types":["http::method::Method"]},{"text":"impl<'a> TryFrom<&'a str> for Method","synthetic":false,"types":["http::method::Method"]},{"text":"impl<'a> TryFrom<&'a [u8]> for StatusCode","synthetic":false,"types":["http::status::StatusCode"]},{"text":"impl<'a> TryFrom<&'a str> for StatusCode","synthetic":false,"types":["http::status::StatusCode"]},{"text":"impl TryFrom<u16> for StatusCode","synthetic":false,"types":["http::status::StatusCode"]},{"text":"impl<'a> TryFrom<&'a [u8]> for Authority","synthetic":false,"types":["http::uri::authority::Authority"]},{"text":"impl<'a> TryFrom<&'a str> for Authority","synthetic":false,"types":["http::uri::authority::Authority"]},{"text":"impl<'a> TryFrom<&'a [u8]> for PathAndQuery","synthetic":false,"types":["http::uri::path::PathAndQuery"]},{"text":"impl<'a> TryFrom<&'a str> for PathAndQuery","synthetic":false,"types":["http::uri::path::PathAndQuery"]},{"text":"impl TryFrom<String> for PathAndQuery","synthetic":false,"types":["http::uri::path::PathAndQuery"]},{"text":"impl TryFrom<&'_ String> for PathAndQuery","synthetic":false,"types":["http::uri::path::PathAndQuery"]},{"text":"impl<'a> TryFrom<&'a [u8]> for Scheme","synthetic":false,"types":["http::uri::scheme::Scheme"]},{"text":"impl<'a> TryFrom<&'a str> for Scheme","synthetic":false,"types":["http::uri::scheme::Scheme"]},{"text":"impl<'a> TryFrom<&'a [u8]> for Uri","synthetic":false,"types":["http::uri::Uri"]},{"text":"impl<'a> TryFrom<&'a str> for Uri","synthetic":false,"types":["http::uri::Uri"]},{"text":"impl<'a> TryFrom<&'a String> for Uri","synthetic":false,"types":["http::uri::Uri"]},{"text":"impl TryFrom<String> for Uri","synthetic":false,"types":["http::uri::Uri"]},{"text":"impl TryFrom<Parts> for Uri","synthetic":false,"types":["http::uri::Uri"]},{"text":"impl<'a> TryFrom<&'a Uri> for Uri","synthetic":false,"types":["http::uri::Uri"]}];
implementors["reqwest"] = [{"text":"impl<T> TryFrom<Request<T>> for Request where
T: Into<Body>, ","synthetic":false,"types":["reqwest::async_impl::request::Request"]}];
implementors["tinyvec"] = [{"text":"impl<T, A> TryFrom<&'_ [T]> for ArrayVec<A> where
T: Clone + Default,
A: Array<Item = T>, ","synthetic":false,"types":["tinyvec::arrayvec::ArrayVec"]}];
implementors["tokio"] = [{"text":"impl TryFrom<TcpListener> for TcpListener","synthetic":false,"types":["tokio::net::tcp::listener::TcpListener"]},{"text":"impl TryFrom<TcpStream> for TcpStream","synthetic":false,"types":["tokio::net::tcp::stream::TcpStream"]},{"text":"impl TryFrom<UdpSocket> for UdpSocket","synthetic":false,"types":["tokio::net::udp::UdpSocket"]},{"text":"impl TryFrom<UnixDatagram> for UnixDatagram","synthetic":false,"types":["tokio::net::unix::datagram::socket::UnixDatagram"]},{"text":"impl TryFrom<UnixListener> for UnixListener","synthetic":false,"types":["tokio::net::unix::listener::UnixListener"]},{"text":"impl TryFrom<UnixStream> for UnixStream","synthetic":false,"types":["tokio::net::unix::stream::UnixStream"]}];
implementors["url"] = [{"text":"impl<'a> TryFrom<&'a str> for Url","synthetic":false,"types":["url::Url"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()