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