pub struct MaintenanceRefreshView {Show 21 fields
pub rebuilt_commit_graph: bool,
pub rebuilt_ref_summary_index: bool,
pub rebuilt_worktree_index: bool,
pub refreshed_change_monitor: bool,
pub rebuilt_pull_planner_cache: bool,
pub pruned_pull_planner_entries: usize,
pub pack_install_completed: u64,
pub pack_install_aborted: u64,
pub pack_install_skipped: u64,
pub pack_install_quarantined: u64,
pub unpaired_packs_pruned: u64,
pub unpaired_pack_bytes_freed: u64,
pub commit_graph_nodes_now: usize,
pub commit_graph_bloom_now: usize,
pub ref_summary_threads_now: usize,
pub ref_summary_markers_now: usize,
pub ref_summary_remotes_now: usize,
pub ref_summary_remote_threads_now: usize,
pub worktree_index_files_now: usize,
pub pull_planner_manifests_now: usize,
pub pull_planner_entries_now: usize,
}Expand description
Structured facts for heddle maintenance refresh human output.
Fields§
§rebuilt_commit_graph: bool§rebuilt_ref_summary_index: bool§rebuilt_worktree_index: bool§refreshed_change_monitor: bool§rebuilt_pull_planner_cache: bool§pruned_pull_planner_entries: usize§pack_install_completed: u64§pack_install_aborted: u64§pack_install_skipped: u64§pack_install_quarantined: u64§unpaired_packs_pruned: u64§unpaired_pack_bytes_freed: u64§commit_graph_nodes_now: usize§commit_graph_bloom_now: usize§ref_summary_threads_now: usize§ref_summary_markers_now: usize§ref_summary_remotes_now: usize§ref_summary_remote_threads_now: usize§worktree_index_files_now: usize§pull_planner_manifests_now: usize§pull_planner_entries_now: usizeImplementations§
Trait Implementations§
Source§impl Clone for MaintenanceRefreshView
impl Clone for MaintenanceRefreshView
Source§fn clone(&self) -> MaintenanceRefreshView
fn clone(&self) -> MaintenanceRefreshView
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 moreSource§impl Debug for MaintenanceRefreshView
impl Debug for MaintenanceRefreshView
impl Eq for MaintenanceRefreshView
Source§impl PartialEq for MaintenanceRefreshView
impl PartialEq for MaintenanceRefreshView
impl StructuralPartialEq for MaintenanceRefreshView
Auto Trait Implementations§
impl Freeze for MaintenanceRefreshView
impl RefUnwindSafe for MaintenanceRefreshView
impl Send for MaintenanceRefreshView
impl Sync for MaintenanceRefreshView
impl Unpin for MaintenanceRefreshView
impl UnsafeUnpin for MaintenanceRefreshView
impl UnwindSafe for MaintenanceRefreshView
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