Add generated documentation

This commit is contained in:
2021-01-08 20:01:01 +01:00
parent a379a140d8
commit b89c52748d
10531 changed files with 270352 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
(function() {var implementors = {};
implementors["mio"] = [{"text":"impl AsRawFd for Poll","synthetic":false,"types":[]},{"text":"impl AsRawFd for Registry","synthetic":false,"types":[]},{"text":"impl AsRawFd for Sender","synthetic":false,"types":[]},{"text":"impl AsRawFd for Receiver","synthetic":false,"types":[]},{"text":"impl AsRawFd for TcpListener","synthetic":false,"types":[]},{"text":"impl AsRawFd for TcpSocket","synthetic":false,"types":[]},{"text":"impl AsRawFd for TcpStream","synthetic":false,"types":[]},{"text":"impl AsRawFd for UdpSocket","synthetic":false,"types":[]},{"text":"impl AsRawFd for UnixDatagram","synthetic":false,"types":[]},{"text":"impl AsRawFd for UnixListener","synthetic":false,"types":[]},{"text":"impl AsRawFd for UnixStream","synthetic":false,"types":[]}];
implementors["tokio"] = [{"text":"impl<T: AsRawFd> AsRawFd for AsyncFd<T>","synthetic":false,"types":[]},{"text":"impl AsRawFd for TcpListener","synthetic":false,"types":[]},{"text":"impl AsRawFd for TcpSocket","synthetic":false,"types":[]},{"text":"impl AsRawFd for TcpStream","synthetic":false,"types":[]},{"text":"impl AsRawFd for UdpSocket","synthetic":false,"types":[]},{"text":"impl AsRawFd for UnixDatagram","synthetic":false,"types":[]},{"text":"impl AsRawFd for UnixListener","synthetic":false,"types":[]},{"text":"impl AsRawFd for UnixStream","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()

View File

@@ -0,0 +1,4 @@
(function() {var implementors = {};
implementors["mio"] = [{"text":"impl FromRawFd for Sender","synthetic":false,"types":[]},{"text":"impl FromRawFd for Receiver","synthetic":false,"types":[]},{"text":"impl FromRawFd for TcpListener","synthetic":false,"types":[]},{"text":"impl FromRawFd for TcpSocket","synthetic":false,"types":[]},{"text":"impl FromRawFd for TcpStream","synthetic":false,"types":[]},{"text":"impl FromRawFd for UdpSocket","synthetic":false,"types":[]},{"text":"impl FromRawFd for UnixDatagram","synthetic":false,"types":[]},{"text":"impl FromRawFd for UnixListener","synthetic":false,"types":[]},{"text":"impl FromRawFd for UnixStream","synthetic":false,"types":[]}];
implementors["tokio"] = [{"text":"impl FromRawFd for TcpSocket","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()

View File

@@ -0,0 +1,3 @@
(function() {var implementors = {};
implementors["mio"] = [{"text":"impl IntoRawFd for Sender","synthetic":false,"types":[]},{"text":"impl IntoRawFd for Receiver","synthetic":false,"types":[]},{"text":"impl IntoRawFd for TcpListener","synthetic":false,"types":[]},{"text":"impl IntoRawFd for TcpSocket","synthetic":false,"types":[]},{"text":"impl IntoRawFd for TcpStream","synthetic":false,"types":[]},{"text":"impl IntoRawFd for UdpSocket","synthetic":false,"types":[]},{"text":"impl IntoRawFd for UnixDatagram","synthetic":false,"types":[]},{"text":"impl IntoRawFd for UnixListener","synthetic":false,"types":[]},{"text":"impl IntoRawFd for UnixStream","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()