Lines Matching defs:OwnedHandle
53 impl AsHandle for OwnedHandle { implementation
77 impl IntoHandle for OwnedHandle { implementation
79 fn into_handle(self) -> OwnedHandle { in into_handle()
101 impl FromHandle for OwnedHandle { implementation
167 fn into_handle(self) -> OwnedHandle { in into_handle()
173 impl From<std::fs::File> for OwnedHandle { implementation
583 fn into_handle(self) -> OwnedHandle { in into_handle()
589 impl From<std::process::ChildStdin> for OwnedHandle { implementation
631 fn into_handle(self) -> OwnedHandle { in into_handle()
637 impl From<std::process::ChildStdout> for OwnedHandle { implementation
679 fn into_handle(self) -> OwnedHandle { in into_handle()
685 impl From<std::process::ChildStderr> for OwnedHandle { implementation
735 fn into_handle(self) -> OwnedHandle { in into_handle()
741 impl From<std::process::Child> for OwnedHandle { implementation
879 fn into_handle(self) -> OwnedHandle { in into_handle()
885 impl<T> From<std::thread::JoinHandle<T>> for OwnedHandle { implementation