pub struct ProcessState { /* private fields */ }
Expand description
Process state. Describes the state of the child processes
created per invocation of execute_piped_cmd_chain()
.
Implementations§
Source§impl ProcessState
impl ProcessState
Sourcepub fn executable(&self) -> &str
pub fn executable(&self) -> &str
Getter for executable.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProcessState
impl RefUnwindSafe for ProcessState
impl Send for ProcessState
impl Sync for ProcessState
impl Unpin for ProcessState
impl UnwindSafe for ProcessState
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