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