pub struct RunReportParams<'a> {
pub stats: &'a RunStats,
}Expand description
Parameters required to build a RunReport from a completed RunStats.
Fields§
§stats: &'a RunStatsAuto Trait Implementations§
impl<'a> Freeze for RunReportParams<'a>
impl<'a> RefUnwindSafe for RunReportParams<'a>
impl<'a> Send for RunReportParams<'a>
impl<'a> Sync for RunReportParams<'a>
impl<'a> Unpin for RunReportParams<'a>
impl<'a> UnsafeUnpin for RunReportParams<'a>
impl<'a> UnwindSafe for RunReportParams<'a>
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