Searched refs:StatsReport (Results 1 – 2 of 2) sorted by relevance
117 pub struct StatsReport { struct121 impl From<StatsCollector> for StatsReport { implementation123 StatsReport { in from()129 impl Serialize for StatsReport { implementation
66 use crate::stats::StatsReport;2031 pub async fn get_stats(&self) -> StatsReport { in get_stats() argument