pub struct RawResult {
pub stdout: String,
pub stderr: String,
pub exit_code: i32,
}Expand description
The buffered result of a bsdkrun invocation.
Fields§
§stdout: String§stderr: String§exit_code: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawResult
impl RefUnwindSafe for RawResult
impl Send for RawResult
impl Sync for RawResult
impl Unpin for RawResult
impl UnsafeUnpin for RawResult
impl UnwindSafe for RawResult
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