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