Struct intelli_shell::ProcessOutput
source · pub struct ProcessOutput {
pub message: Option<String>,
pub output: Option<String>,
}
Expand description
Output of a process
Fields§
§message: Option<String>
§output: Option<String>
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ProcessOutput
impl Send for ProcessOutput
impl Sync for ProcessOutput
impl Unpin for ProcessOutput
impl UnwindSafe for ProcessOutput
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