pub struct ExecCoverageMapWithModules {
pub module_maps: BTreeMap<(String, AccountAddress, Identifier), ModuleCoverageMap>,
pub compiled_modules: BTreeMap<String, CompiledModule>,
}
Fields
module_maps: BTreeMap<(String, AccountAddress, Identifier), ModuleCoverageMap>
compiled_modules: BTreeMap<String, CompiledModule>
Implementations
sourceimpl ExecCoverageMapWithModules
impl ExecCoverageMapWithModules
pub fn empty() -> Self
pub fn merge(&mut self, another: ExecCoverageMapWithModules)
sourceimpl ExecCoverageMapWithModules
impl ExecCoverageMapWithModules
pub fn into_module_summaries(self) -> BTreeMap<String, ModuleSummary>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExecCoverageMapWithModules
impl Send for ExecCoverageMapWithModules
impl Sync for ExecCoverageMapWithModules
impl Unpin for ExecCoverageMapWithModules
impl UnwindSafe for ExecCoverageMapWithModules
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more