Struct orchestrator::prelude::TestDefinition
source · pub struct TestDefinition {
pub name: String,
pub description: String,
pub points: f64,
pub is_visible: bool,
}Expand description
test definition:
Fields§
§name: Stringname of the current test
description: Stringdescription of the current test
points: f64how many points is it worth?
is_visible: boolis it visible?
Trait Implementations§
source§impl Clone for TestDefinition
impl Clone for TestDefinition
source§fn clone(&self) -> TestDefinition
fn clone(&self) -> TestDefinition
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 moreAuto Trait Implementations§
impl Freeze for TestDefinition
impl RefUnwindSafe for TestDefinition
impl Send for TestDefinition
impl Sync for TestDefinition
impl Unpin for TestDefinition
impl UnwindSafe for TestDefinition
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)