pub struct StatusProfile {Show 17 fields
pub repo_open_ms: u128,
pub current_state_ms: u128,
pub operation_ms: u128,
pub remote_tracking_ms: u128,
pub import_hint_ms: u128,
pub git_overlay_status_ms: u128,
pub git_overlay_health_ms: u128,
pub verification_ms: u128,
pub git_index_ms: u128,
pub worktree_status_ms: u128,
pub thread_summary_ms: u128,
pub parallel_threads_ms: u128,
pub late_state_ms: u128,
pub materialized_threads_ms: u128,
pub advice_ms: u128,
pub build_total_ms: u128,
pub worktree_profile: Option<WorktreeCompareProfile>,
}Fields§
§repo_open_ms: u128§current_state_ms: u128§operation_ms: u128§remote_tracking_ms: u128§import_hint_ms: u128§git_overlay_status_ms: u128§git_overlay_health_ms: u128§verification_ms: u128§git_index_ms: u128§worktree_status_ms: u128§thread_summary_ms: u128§parallel_threads_ms: u128§late_state_ms: u128§materialized_threads_ms: u128§advice_ms: u128§build_total_ms: u128§worktree_profile: Option<WorktreeCompareProfile>Trait Implementations§
Source§impl Clone for StatusProfile
impl Clone for StatusProfile
Source§fn clone(&self) -> StatusProfile
fn clone(&self) -> StatusProfile
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 StatusProfile
impl Debug for StatusProfile
Source§impl Default for StatusProfile
impl Default for StatusProfile
Source§fn default() -> StatusProfile
fn default() -> StatusProfile
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatusProfile
impl RefUnwindSafe for StatusProfile
impl Send for StatusProfile
impl Sync for StatusProfile
impl Unpin for StatusProfile
impl UnsafeUnpin for StatusProfile
impl UnwindSafe for StatusProfile
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