pub struct RobotCorrelationActionOutput {
pub status: String,
pub commit: String,
pub bead: String,
pub by: String,
pub reason: String,
pub orig_conf: f64,
}Fields§
§status: String§commit: String§bead: String§by: String§reason: String§orig_conf: f64Trait Implementations§
Source§impl Debug for RobotCorrelationActionOutput
impl Debug for RobotCorrelationActionOutput
Auto Trait Implementations§
impl Freeze for RobotCorrelationActionOutput
impl RefUnwindSafe for RobotCorrelationActionOutput
impl Send for RobotCorrelationActionOutput
impl Sync for RobotCorrelationActionOutput
impl Unpin for RobotCorrelationActionOutput
impl UnsafeUnpin for RobotCorrelationActionOutput
impl UnwindSafe for RobotCorrelationActionOutput
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