Searched defs:OwnedSocket (Results 1 – 8 of 8) sorted by relevance
266 pub struct OwnedSocket { struct271 impl OwnedSocket { argument303 pub fn try_clone_to_owned(&self) -> std::io::Result<OwnedSocket> { in try_clone_to_owned()602 impl AsRawSocket for OwnedSocket { implementation630 impl IntoRawSocket for OwnedSocket { implementation663 impl FromRawSocket for OwnedSocket { implementation789 impl Drop for OwnedSocket { implementation853 impl fmt::Debug for OwnedSocket { implementation
51 fn into_socket(self) -> OwnedSocket { in into_socket()57 impl From<socket2::Socket> for OwnedSocket { implementation
51 fn into_socket(self) -> OwnedSocket { in into_socket()57 impl From<mio::net::TcpStream> for OwnedSocket { implementation131 fn into_socket(self) -> OwnedSocket { in into_socket()137 impl From<mio::net::TcpListener> for OwnedSocket { implementation211 fn into_socket(self) -> OwnedSocket { in into_socket()217 impl From<mio::net::UdpSocket> for OwnedSocket { implementation
138 fn into_socket(self) -> OwnedSocket { in into_socket()144 impl From<async_std::net::TcpStream> for OwnedSocket { implementation218 fn into_socket(self) -> OwnedSocket { in into_socket()224 impl From<async_std::net::TcpListener> for OwnedSocket { implementation298 fn into_socket(self) -> OwnedSocket { in into_socket()304 impl From<async_std::net::UdpSocket> for OwnedSocket { implementation
61 impl AsSocket for OwnedSocket { implementation85 impl IntoSocket for OwnedSocket { implementation87 fn into_socket(self) -> OwnedSocket { in into_socket()109 impl FromSocket for OwnedSocket { implementation247 fn into_socket(self) -> OwnedSocket { in into_socket()253 impl From<std::net::TcpStream> for OwnedSocket { implementation327 fn into_socket(self) -> OwnedSocket { in into_socket()333 impl From<std::net::TcpListener> for OwnedSocket { implementation407 fn into_socket(self) -> OwnedSocket { in into_socket()413 impl From<std::net::UdpSocket> for OwnedSocket { implementation
121 fn into_socket(self) -> OwnedSocket; in into_socket()230 fn from_into_socket<Owned: Into<OwnedSocket>>(into_owned: Owned) -> Self in from_into_socket()
152 fn into_socket(self) -> OwnedSocket { in into_socket()
215 unsafe impl SocketlikeViewType for OwnedSocket {} implementation