pub struct StateDiagnosticsQuery {
pub config: StatePathStatus,
pub history: StatePathStatus,
pub plugins_registry: StatePathStatus,
pub memory: StatePathStatus,
}Expand description
Structured state diagnostics queried from runtime state paths.
Fields§
§config: StatePathStatusConfig file status.
history: StatePathStatusHistory file status.
plugins_registry: StatePathStatusPlugin registry status.
memory: StatePathStatusMemory file status.
Trait Implementations§
Source§impl Clone for StateDiagnosticsQuery
impl Clone for StateDiagnosticsQuery
Source§fn clone(&self) -> StateDiagnosticsQuery
fn clone(&self) -> StateDiagnosticsQuery
Returns a duplicate of the value. Read more
1.0.0 · 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 StateDiagnosticsQuery
impl Debug for StateDiagnosticsQuery
Source§impl PartialEq for StateDiagnosticsQuery
impl PartialEq for StateDiagnosticsQuery
impl Eq for StateDiagnosticsQuery
impl StructuralPartialEq for StateDiagnosticsQuery
Auto Trait Implementations§
impl Freeze for StateDiagnosticsQuery
impl RefUnwindSafe for StateDiagnosticsQuery
impl Send for StateDiagnosticsQuery
impl Sync for StateDiagnosticsQuery
impl Unpin for StateDiagnosticsQuery
impl UnsafeUnpin for StateDiagnosticsQuery
impl UnwindSafe for StateDiagnosticsQuery
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.