pub type InspectData = Data<Inspect>;Expand description
A diagnostics data object containing inspect data.
Aliased Type§
pub struct InspectData {
pub data_source: DataSource,
pub metadata: InspectMetadata,
pub moniker: ExtendedMoniker,
pub payload: Option<DiagnosticsHierarchy>,
pub version: u64,
}Fields§
§data_source: DataSourceThe source of the data.
metadata: InspectMetadataThe metadata for the diagnostics payload.
moniker: ExtendedMonikerMoniker of the component that generated the payload.
payload: Option<DiagnosticsHierarchy>Payload containing diagnostics data, if the payload exists, else None.
version: u64Schema version.