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