pub struct HealthStorageSnapshot {
pub graph: GraphInspection,
pub repository_code_totals: CodeRepositoryTotals,
pub indexes: Vec<IndexStatus>,
pub index_cursors: Vec<IndexCursor>,
pub index_refresh: IndexRefreshDiagnostics,
pub file_index: FileIndexDiagnostics,
}Expand description
Read-only storage view used by service health without mutating indexes.
Fields§
§graph: GraphInspection§repository_code_totals: CodeRepositoryTotals§indexes: Vec<IndexStatus>§index_cursors: Vec<IndexCursor>§index_refresh: IndexRefreshDiagnostics§file_index: FileIndexDiagnosticsTrait Implementations§
Source§impl Clone for HealthStorageSnapshot
impl Clone for HealthStorageSnapshot
Source§fn clone(&self) -> HealthStorageSnapshot
fn clone(&self) -> HealthStorageSnapshot
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 HealthStorageSnapshot
impl Debug for HealthStorageSnapshot
Source§impl<'de> Deserialize<'de> for HealthStorageSnapshot
impl<'de> Deserialize<'de> for HealthStorageSnapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HealthStorageSnapshot
Source§impl PartialEq for HealthStorageSnapshot
impl PartialEq for HealthStorageSnapshot
Source§impl Serialize for HealthStorageSnapshot
impl Serialize for HealthStorageSnapshot
impl StructuralPartialEq for HealthStorageSnapshot
Auto Trait Implementations§
impl Freeze for HealthStorageSnapshot
impl RefUnwindSafe for HealthStorageSnapshot
impl Send for HealthStorageSnapshot
impl Sync for HealthStorageSnapshot
impl Unpin for HealthStorageSnapshot
impl UnsafeUnpin for HealthStorageSnapshot
impl UnwindSafe for HealthStorageSnapshot
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.