pub struct RepositoryPerformanceInspectionReport {
pub commit_graph: CommitGraphInspection,
pub worktree_index: WorktreeIndexInspection,
pub change_monitor: ChangeMonitorInspection,
pub ref_counts: RefCountsInspection,
pub ref_summary_index: RefSummaryIndexInspection,
pub pack_files: PackFilesInspection,
pub partial_fetch: PartialFetchInspection,
pub pull_planner_cache: PullPlannerCacheInspection,
}Fields§
§commit_graph: CommitGraphInspection§worktree_index: WorktreeIndexInspection§change_monitor: ChangeMonitorInspection§ref_counts: RefCountsInspection§ref_summary_index: RefSummaryIndexInspection§pack_files: PackFilesInspection§partial_fetch: PartialFetchInspection§pull_planner_cache: PullPlannerCacheInspectionTrait Implementations§
Source§impl Clone for RepositoryPerformanceInspectionReport
impl Clone for RepositoryPerformanceInspectionReport
Source§fn clone(&self) -> RepositoryPerformanceInspectionReport
fn clone(&self) -> RepositoryPerformanceInspectionReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RepositoryPerformanceInspectionReport
impl RefUnwindSafe for RepositoryPerformanceInspectionReport
impl Send for RepositoryPerformanceInspectionReport
impl Sync for RepositoryPerformanceInspectionReport
impl Unpin for RepositoryPerformanceInspectionReport
impl UnsafeUnpin for RepositoryPerformanceInspectionReport
impl UnwindSafe for RepositoryPerformanceInspectionReport
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