pub struct ChildProcess { /* private fields */ }
Expand description
The child process spawned by a shell command.
Implementations§
Source§impl ChildProcess
impl ChildProcess
Sourcepub fn events(&mut self) -> &mut Receiver<ChildProcessEvent>
pub fn events(&mut self) -> &mut Receiver<ChildProcessEvent>
Returns a channel of events from the child process.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChildProcess
impl RefUnwindSafe for ChildProcess
impl Send for ChildProcess
impl Sync for ChildProcess
impl Unpin for ChildProcess
impl UnwindSafe for ChildProcess
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more