pub struct MemorySummary {Show 28 fields
pub files: TableSummary,
pub functions: TableSummary,
pub entry_points: TableSummary,
pub imports: TableSummary,
pub calls: TableSummary,
pub call_edges: TableSummary,
pub types: TableSummary,
pub health: TableSummary,
pub hotspots: TableSummary,
pub rules: TableSummary,
pub module_edges: TableSummary,
pub changed_files: TableSummary,
pub file_ownership: TableSummary,
pub temporal_hotspots: TableSummary,
pub file_ages: TableSummary,
pub change_coupling: TableSummary,
pub inheritance: TableSummary,
pub trait_impls: TableSummary,
pub arch_cycles: TableSummary,
pub arch_unstable: TableSummary,
pub arch_foundations: TableSummary,
pub arch_levels: TableSummary,
pub arch_distance: TableSummary,
pub arch_violations: TableSummary,
pub trend_health: TableSummary,
pub trend_hotspots: TableSummary,
pub trend_violations: TableSummary,
pub meta: TableSummary,
}Fields§
§files: TableSummary§functions: TableSummary§entry_points: TableSummary§imports: TableSummary§calls: TableSummary§call_edges: TableSummary§types: TableSummary§health: TableSummary§hotspots: TableSummary§rules: TableSummary§module_edges: TableSummary§changed_files: TableSummary§file_ownership: TableSummary§temporal_hotspots: TableSummary§file_ages: TableSummary§change_coupling: TableSummary§inheritance: TableSummary§trait_impls: TableSummary§arch_cycles: TableSummary§arch_unstable: TableSummary§arch_foundations: TableSummary§arch_levels: TableSummary§arch_distance: TableSummary§arch_violations: TableSummary§trend_health: TableSummary§trend_hotspots: TableSummary§trend_violations: TableSummary§meta: TableSummaryTrait Implementations§
Source§impl Clone for MemorySummary
impl Clone for MemorySummary
Source§fn clone(&self) -> MemorySummary
fn clone(&self) -> MemorySummary
Returns a duplicate 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 MemorySummary
impl Debug for MemorySummary
Source§impl PartialEq for MemorySummary
impl PartialEq for MemorySummary
Source§impl Serialize for MemorySummary
impl Serialize for MemorySummary
impl Copy for MemorySummary
impl Eq for MemorySummary
impl StructuralPartialEq for MemorySummary
Auto Trait Implementations§
impl Freeze for MemorySummary
impl RefUnwindSafe for MemorySummary
impl Send for MemorySummary
impl Sync for MemorySummary
impl Unpin for MemorySummary
impl UnsafeUnpin for MemorySummary
impl UnwindSafe for MemorySummary
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