pub struct StampReport {
pub name: String,
pub dir: PathBuf,
pub outcome: Outcome,
}Fields§
§name: String§dir: PathBuf§outcome: OutcomeTrait Implementations§
Auto Trait Implementations§
impl Freeze for StampReport
impl RefUnwindSafe for StampReport
impl Send for StampReport
impl Sync for StampReport
impl Unpin for StampReport
impl UnsafeUnpin for StampReport
impl UnwindSafe for StampReport
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