Home
last modified time | relevance | path

Searched defs:TcpListener (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
Dimpls_mio.rs97 impl AsFd for mio::net::TcpListener { implementation
105 impl AsSocket for mio::net::TcpListener { implementation
113 impl IntoFd for mio::net::TcpListener { implementation
129 impl IntoSocket for mio::net::TcpListener { implementation
145 impl FromFd for mio::net::TcpListener { implementation
153 impl From<OwnedFd> for mio::net::TcpListener { implementation
161 impl FromSocket for mio::net::TcpListener { implementation
169 impl From<OwnedSocket> for mio::net::TcpListener { implementation
Dimpls_async_std.rs184 impl AsFd for async_std::net::TcpListener { implementation
192 impl AsSocket for async_std::net::TcpListener { implementation
200 impl IntoFd for async_std::net::TcpListener { implementation
216 impl IntoSocket for async_std::net::TcpListener { implementation
232 impl FromFd for async_std::net::TcpListener { implementation
240 impl From<OwnedFd> for async_std::net::TcpListener { implementation
248 impl FromSocket for async_std::net::TcpListener { implementation
256 impl From<OwnedSocket> for async_std::net::TcpListener { implementation
Dviews.rs218 unsafe impl SocketlikeViewType for std::net::TcpListener {} implementation
243 unsafe impl SocketlikeViewType for async_std::net::TcpListener {} implementation
260 unsafe impl SocketlikeViewType for mio::net::TcpListener {} implementation
Dimpls_std.rs293 impl AsFd for std::net::TcpListener { implementation
301 impl AsSocket for std::net::TcpListener { implementation
309 impl IntoFd for std::net::TcpListener { implementation
325 impl IntoSocket for std::net::TcpListener { implementation
341 impl FromFd for std::net::TcpListener { implementation
349 impl From<OwnedFd> for std::net::TcpListener { implementation
357 impl FromSocket for std::net::TcpListener { implementation
365 impl From<OwnedSocket> for std::net::TcpListener { implementation
Dimpls_tokio.rs81 impl AsFd for tokio::net::TcpListener { implementation
89 impl AsSocket for tokio::net::TcpListener { implementation