pub struct Captured {
pub code: i32,
pub stderr: String,
pub wall_seconds: f64,
pub power_before: Value,
pub power_after: Value,
pub power_samples: Vec<Value>,
pub cycle: Option<Value>,
pub timed_out: bool,
}Fields§
§code: i32§stderr: String§wall_seconds: f64§power_before: Value§power_after: Value§power_samples: Vec<Value>§cycle: Option<Value>§timed_out: boolImplementations§
Auto Trait Implementations§
impl Freeze for Captured
impl RefUnwindSafe for Captured
impl Send for Captured
impl Sync for Captured
impl Unpin for Captured
impl UnsafeUnpin for Captured
impl UnwindSafe for Captured
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