Struct rust_default::RustCompiled
source · pub struct RustCompiled {
pub path: PathBuf,
pub results: HashMap<String, TestResult>,
/* private fields */
}Expand description
Result of a rust compilation, it contains the path to be used.
Fields§
§path: PathBufpath where the project is stored
results: HashMap<String, TestResult>results of the compilation
Implementations§
Trait Implementations§
source§impl AsyncDefault for RustCompiled
impl AsyncDefault for RustCompiled
source§async fn async_default() -> Self
async fn async_default() -> Self
Same function as Default::default(), but async
Auto Trait Implementations§
impl Freeze for RustCompiled
impl RefUnwindSafe for RustCompiled
impl Send for RustCompiled
impl Sync for RustCompiled
impl Unpin for RustCompiled
impl UnwindSafe for RustCompiled
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)