Struct move_coverage::summary::ModuleSummary
source · [−]pub struct ModuleSummary {
pub module_name: ModuleId,
pub function_summaries: BTreeMap<Identifier, FunctionSummary>,
}
Fields
module_name: ModuleId
function_summaries: BTreeMap<Identifier, FunctionSummary>
Implementations
sourceimpl ModuleSummary
impl ModuleSummary
Trait Implementations
sourceimpl Debug for ModuleSummary
impl Debug for ModuleSummary
sourceimpl<'de> Deserialize<'de> for ModuleSummary
impl<'de> Deserialize<'de> for ModuleSummary
sourcefn 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
sourceimpl Serialize for ModuleSummary
impl Serialize for ModuleSummary
Auto Trait Implementations
impl RefUnwindSafe for ModuleSummary
impl Send for ModuleSummary
impl Sync for ModuleSummary
impl Unpin for ModuleSummary
impl UnwindSafe for ModuleSummary
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