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