Auto Generated Documentation

This commit is contained in:
github-actions[bot]
2021-03-15 22:13:44 +00:00
parent b11f2a46f9
commit 7528fbbc3d
2102 changed files with 13789 additions and 4892 deletions
@@ -18,6 +18,8 @@ implementors["once_cell"] = [{"text":"impl<T> From<T> for OnceCell&l
implementors["openssl"] = [{"text":"impl From<ErrorStack> for Error","synthetic":false,"types":[]},{"text":"impl From<ErrorStack> for Error","synthetic":false,"types":[]},{"text":"impl From<ErrorStack> for Error","synthetic":false,"types":[]},{"text":"impl<S> From<ErrorStack> for HandshakeError<S>","synthetic":false,"types":[]}];
implementors["percent_encoding"] = [{"text":"impl<'a> From<PercentEncode<'a>> for Cow<'a, str>","synthetic":false,"types":[]},{"text":"impl<'a> From<PercentDecode<'a>> for Cow<'a, [u8]>","synthetic":false,"types":[]}];
implementors["proc_macro2"] = [{"text":"impl From<Span> for Span","synthetic":false,"types":[]},{"text":"impl From<TokenStream> for TokenStream","synthetic":false,"types":[]},{"text":"impl From<TokenStream> for TokenStream","synthetic":false,"types":[]},{"text":"impl From<TokenTree> for TokenStream","synthetic":false,"types":[]},{"text":"impl From<Group> for TokenTree","synthetic":false,"types":[]},{"text":"impl From<Ident> for TokenTree","synthetic":false,"types":[]},{"text":"impl From<Punct> for TokenTree","synthetic":false,"types":[]},{"text":"impl From<Literal> for TokenTree","synthetic":false,"types":[]}];
implementors["quote"] = [{"text":"impl<'a> From<&'a str> for Ident","synthetic":false,"types":[]},{"text":"impl<'a> From<Cow<'a, str>> for Ident","synthetic":false,"types":[]},{"text":"impl From<String> for Ident","synthetic":false,"types":[]}];
implementors["rapr"] = [{"text":"impl From<Error> for Error","synthetic":false,"types":[]},{"text":"impl From<Error> for Error","synthetic":false,"types":[]}];
implementors["reqwest"] = [{"text":"impl From<Bytes> for Body","synthetic":false,"types":[]},{"text":"impl From<Vec<u8, Global>> for Body","synthetic":false,"types":[]},{"text":"impl From<&'static [u8]> for Body","synthetic":false,"types":[]},{"text":"impl From<String> for Body","synthetic":false,"types":[]},{"text":"impl From<&'static str> for Body","synthetic":false,"types":[]},{"text":"impl<T: Into<Body>> From<Response<T>> for Response","synthetic":false,"types":[]},{"text":"impl From<Response> for Body","synthetic":false,"types":[]}];
implementors["smallvec"] = [{"text":"impl From&lt;LayoutError&gt; for CollectionAllocErr","synthetic":false,"types":[]},{"text":"impl&lt;'a, A:&nbsp;Array&gt; From&lt;&amp;'a [&lt;A as Array&gt;::Item]&gt; for SmallVec&lt;A&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A::Item: Clone,&nbsp;</span>","synthetic":false,"types":[]},{"text":"impl&lt;A:&nbsp;Array&gt; From&lt;Vec&lt;&lt;A as Array&gt;::Item, Global&gt;&gt; for SmallVec&lt;A&gt;","synthetic":false,"types":[]},{"text":"impl&lt;A:&nbsp;Array&gt; From&lt;A&gt; for SmallVec&lt;A&gt;","synthetic":false,"types":[]}];
implementors["socket2"] = [{"text":"impl From&lt;SocketAddrV4&gt; for SockAddr","synthetic":false,"types":[]},{"text":"impl From&lt;SocketAddrV6&gt; for SockAddr","synthetic":false,"types":[]},{"text":"impl From&lt;SocketAddr&gt; for SockAddr","synthetic":false,"types":[]},{"text":"impl From&lt;TcpStream&gt; for Socket","synthetic":false,"types":[]},{"text":"impl From&lt;TcpListener&gt; for Socket","synthetic":false,"types":[]},{"text":"impl From&lt;UdpSocket&gt; for Socket","synthetic":false,"types":[]},{"text":"impl From&lt;Socket&gt; for TcpStream","synthetic":false,"types":[]},{"text":"impl From&lt;Socket&gt; for TcpListener","synthetic":false,"types":[]},{"text":"impl From&lt;Socket&gt; for UdpSocket","synthetic":false,"types":[]},{"text":"impl From&lt;i32&gt; for Domain","synthetic":false,"types":[]},{"text":"impl From&lt;Domain&gt; for c_int","synthetic":false,"types":[]},{"text":"impl From&lt;i32&gt; for Type","synthetic":false,"types":[]},{"text":"impl From&lt;Type&gt; for c_int","synthetic":false,"types":[]},{"text":"impl From&lt;i32&gt; for Protocol","synthetic":false,"types":[]},{"text":"impl From&lt;Protocol&gt; for c_int","synthetic":false,"types":[]}];