pub struct MaintenanceInspectView {Show 27 fields
pub commit_graph_present: bool,
pub commit_graph_nodes: usize,
pub commit_graph_bloom: usize,
pub worktree_index_present: bool,
pub worktree_index_files: usize,
pub worktree_index_directories: usize,
pub worktree_index_untracked_directories: usize,
pub change_monitor_backend: String,
pub change_monitor_status: String,
pub refs_threads: usize,
pub refs_markers: usize,
pub refs_remotes: usize,
pub refs_remote_threads: usize,
pub ref_summary_present: bool,
pub ref_summary_valid: bool,
pub ref_summary_threads: usize,
pub ref_summary_markers: usize,
pub ref_summary_remotes: usize,
pub ref_summary_remote_threads: usize,
pub pack_count: usize,
pub index_count: usize,
pub unpaired_packs: usize,
pub pending_install_intents: usize,
pub missing_blob_count: usize,
pub pull_planner_status: String,
pub pull_planner_manifests: usize,
pub pull_planner_entries: usize,
}Expand description
Structured facts for heddle maintenance inspect human output.
Fields§
§commit_graph_present: bool§commit_graph_nodes: usize§commit_graph_bloom: usize§worktree_index_present: bool§worktree_index_files: usize§worktree_index_directories: usize§worktree_index_untracked_directories: usize§change_monitor_backend: String§change_monitor_status: String§refs_threads: usize§refs_markers: usize§refs_remotes: usize§refs_remote_threads: usize§ref_summary_present: bool§ref_summary_valid: bool§ref_summary_threads: usize§ref_summary_markers: usize§ref_summary_remotes: usize§ref_summary_remote_threads: usize§pack_count: usize§index_count: usize§unpaired_packs: usize§pending_install_intents: usize§missing_blob_count: usize§pull_planner_status: String§pull_planner_manifests: usize§pull_planner_entries: usizeImplementations§
Trait Implementations§
Source§impl Clone for MaintenanceInspectView
impl Clone for MaintenanceInspectView
Source§fn clone(&self) -> MaintenanceInspectView
fn clone(&self) -> MaintenanceInspectView
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 MaintenanceInspectView
impl Debug for MaintenanceInspectView
impl Eq for MaintenanceInspectView
Source§impl PartialEq for MaintenanceInspectView
impl PartialEq for MaintenanceInspectView
impl StructuralPartialEq for MaintenanceInspectView
Auto Trait Implementations§
impl Freeze for MaintenanceInspectView
impl RefUnwindSafe for MaintenanceInspectView
impl Send for MaintenanceInspectView
impl Sync for MaintenanceInspectView
impl Unpin for MaintenanceInspectView
impl UnsafeUnpin for MaintenanceInspectView
impl UnwindSafe for MaintenanceInspectView
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