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