pub struct OutputString {
pub status: ExitStatus,
pub stdout: String,
pub stderr: String,
}Fields§
§status: ExitStatus§stdout: String§stderr: StringAuto Trait Implementations§
impl Freeze for OutputString
impl RefUnwindSafe for OutputString
impl Send for OutputString
impl Sync for OutputString
impl Unpin for OutputString
impl UnwindSafe for OutputString
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