Struct makepad_studio::build_manager::child_process::ChildProcess
source · pub struct ChildProcess {
pub child: Child,
pub stdin_sender: Sender<ChildStdIn>,
pub line_sender: Sender<ChildStdIO>,
pub line_receiver: Receiver<ChildStdIO>,
}Fields§
§child: Child§stdin_sender: Sender<ChildStdIn>§line_sender: Sender<ChildStdIO>§line_receiver: Receiver<ChildStdIO>Implementations§
Auto Trait Implementations§
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