Struct bsudlib::utils::ExecOutput
source · pub struct ExecOutput {
pub success: bool,
pub stdout: String,
pub stderr: String,
}Fields§
§success: bool§stdout: String§stderr: StringAuto Trait Implementations§
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