pub struct RunReport<'a> {
pub run: &'a ComparisonRun,
pub config: Option<&'a AppConfig>,
}Fields§
§run: &'a ComparisonRun§config: Option<&'a AppConfig>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RunReport<'a>
impl<'a> RefUnwindSafe for RunReport<'a>
impl<'a> Send for RunReport<'a>
impl<'a> Sync for RunReport<'a>
impl<'a> Unpin for RunReport<'a>
impl<'a> UnsafeUnpin for RunReport<'a>
impl<'a> UnwindSafe for RunReport<'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