Struct move_lang::unit_test::ModuleTestPlan
source · pub struct ModuleTestPlan {
pub module_id: ModuleId,
pub tests: BTreeMap<TestName, TestCase>,
}
Fields§
§module_id: ModuleId
§tests: BTreeMap<TestName, TestCase>
Implementations§
Trait Implementations§
source§impl Clone for ModuleTestPlan
impl Clone for ModuleTestPlan
source§fn clone(&self) -> ModuleTestPlan
fn clone(&self) -> ModuleTestPlan
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 more