Searched defs:Child (Results 1 – 5 of 5) sorted by relevance
28 pub(crate) struct Child { struct29 std: Option<StdChild>, argument33 impl Child { argument57 impl fmt::Debug for Child { implementation63 impl Future for Child { implementation81 impl Drop for Child { implementation
33 pub struct Child { struct34 state: ChildState, argument38 stdin: Option<ChildStdin>, argument40 stdout: Option<ChildStdout>, argument42 stderr: Option<ChildStderr>, argument45 impl Child { impl313 impl Drop for Child { implementation
332 pub fn spawn(&mut self) -> io::Result<Child> { in spawn()
286 pub fn spawn(&mut self, pts: &Pts) -> io::Result<Child> { in spawn()
371 std::shared_ptr<AstObject> AstObject::Child() in Child() function in AstObject