pub struct ChildWithCommand { /* private fields */ }Implementations§
Source§impl ChildWithCommand
impl ChildWithCommand
pub fn wait_with_output_checked_status(self) -> Result<Output, InstallError>
pub fn stdin(&mut self) -> &mut Option<ChildStdin>
pub fn stdout(&mut self) -> &mut Option<ChildStdout>
pub fn stderr(&mut self) -> &mut Option<ChildStderr>
Auto Trait Implementations§
impl Freeze for ChildWithCommand
impl !RefUnwindSafe for ChildWithCommand
impl Send for ChildWithCommand
impl Sync for ChildWithCommand
impl Unpin for ChildWithCommand
impl !UnwindSafe for ChildWithCommand
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