Struct orchestrator::prelude::TestResult
source · pub struct TestResult {
pub compiled: CompilationResult,
pub runned: RunResult,
pub points_given: f64,
}Expand description
Contains the results of each tests
Fields§
§compiled: CompilationResultCompilation status
runned: RunResultExecution status
points_given: f64Points awarded
Trait Implementations§
source§impl Clone for TestResult
impl Clone for TestResult
source§fn clone(&self) -> TestResult
fn clone(&self) -> TestResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TestResult
impl Debug for TestResult
source§impl Default for TestResult
impl Default for TestResult
source§fn default() -> TestResult
fn default() -> TestResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestResult
impl<'de> Deserialize<'de> for TestResult
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for TestResult
impl Display for TestResult
source§impl Ord for TestResult
impl Ord for TestResult
source§impl PartialEq for TestResult
impl PartialEq for TestResult
source§fn eq(&self, other: &TestResult) -> bool
fn eq(&self, other: &TestResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for TestResult
impl PartialOrd for TestResult
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for TestResult
impl Serialize for TestResult
impl Eq for TestResult
impl StructuralPartialEq for TestResult
Auto Trait Implementations§
impl Freeze for TestResult
impl RefUnwindSafe for TestResult
impl Send for TestResult
impl Sync for TestResult
impl Unpin for TestResult
impl UnwindSafe for TestResult
Blanket Implementations§
source§impl<T> AsyncDefault for Twhere
T: Default,
impl<T> AsyncDefault for Twhere
T: Default,
source§async fn async_default() -> T
async fn async_default() -> T
Same function as Default::default(), but async
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)