7 lines
4.8 KiB
JavaScript
7 lines
4.8 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["http"] = [{"text":"impl<'a, K, V, T> TryFrom<&'a HashMap<K, V, RandomState>> for HeaderMap<T> <span class=\"where fmt-newline\">where<br> K: Eq + Hash,<br> HeaderName: TryFrom<&'a K>,<br> <HeaderName as TryFrom<&'a K>>::Error: Into<Error>,<br> T: TryFrom<&'a V>,<br> T::Error: Into<Error>, </span>","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 <span class=\"where fmt-newline\">where<br> T: Into<Body>, </span>","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;}})() |