pub struct MaintenanceRefreshSchema {Show 15 fields
pub output_kind: String,
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_intents_recovered_completed: u64,
pub pack_install_intents_aborted: u64,
pub pack_install_intents_skipped_in_progress: u64,
pub pack_install_intents_quarantined: u64,
pub pack_install_metrics: PackInstallMetricsSchema,
pub unpaired_packs_pruned: u64,
pub unpaired_pack_bytes_freed: u64,
pub report: MaintenanceInspectReportSchema,
}Fields§
§output_kind: String§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_intents_recovered_completed: u64§pack_install_intents_aborted: u64§pack_install_intents_skipped_in_progress: u64§pack_install_intents_quarantined: u64§pack_install_metrics: PackInstallMetricsSchema§unpaired_packs_pruned: u64§unpaired_pack_bytes_freed: u64§report: MaintenanceInspectReportSchemaTrait Implementations§
Source§impl Debug for MaintenanceRefreshSchema
impl Debug for MaintenanceRefreshSchema
Source§impl JsonSchema for MaintenanceRefreshSchema
impl JsonSchema for MaintenanceRefreshSchema
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreAuto Trait Implementations§
impl Freeze for MaintenanceRefreshSchema
impl RefUnwindSafe for MaintenanceRefreshSchema
impl Send for MaintenanceRefreshSchema
impl Sync for MaintenanceRefreshSchema
impl Unpin for MaintenanceRefreshSchema
impl UnsafeUnpin for MaintenanceRefreshSchema
impl UnwindSafe for MaintenanceRefreshSchema
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request