pub struct PackRunReport {
pub temp_root: PathBuf,
pub cargo_test_succeeded: bool,
}Expand description
Result of running an example pack against cargo test.
Fields§
§temp_root: PathBuf§cargo_test_succeeded: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PackRunReport
impl RefUnwindSafe for PackRunReport
impl Send for PackRunReport
impl Sync for PackRunReport
impl Unpin for PackRunReport
impl UnsafeUnpin for PackRunReport
impl UnwindSafe for PackRunReport
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