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