pub struct RobotImpactOutput {
pub envelope: RobotEnvelope,
pub result: ImpactResult,
}Fields§
§envelope: RobotEnvelope§result: ImpactResultTrait Implementations§
Source§impl Debug for RobotImpactOutput
impl Debug for RobotImpactOutput
Auto Trait Implementations§
impl Freeze for RobotImpactOutput
impl RefUnwindSafe for RobotImpactOutput
impl Send for RobotImpactOutput
impl Sync for RobotImpactOutput
impl Unpin for RobotImpactOutput
impl UnsafeUnpin for RobotImpactOutput
impl UnwindSafe for RobotImpactOutput
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