pub struct RunDir {
pub verdicts: Value,
pub plan: Option<BenchPlan>,
pub results: Option<Results>,
}Fields§
§verdicts: Value§plan: Option<BenchPlan>§results: Option<Results>Implementations§
Auto Trait Implementations§
impl Freeze for RunDir
impl RefUnwindSafe for RunDir
impl Send for RunDir
impl Sync for RunDir
impl Unpin for RunDir
impl UnsafeUnpin for RunDir
impl UnwindSafe for RunDir
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