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