Searched defs:StatsReportType (Results 1 – 2 of 2) sorted by relevance
19 pub(crate) fn insert(&self, id: String, stats: StatsReportType) { in insert()24 pub(crate) fn merge(&self, stats: HashMap<String, StatsReportType>) { in merge() argument29 pub(crate) fn into_reports(self) -> HashMap<String, StatsReportType> { in into_reports() argument
64 pub enum StatsReportType { enum80 impl From<SourceStatsType> for StatsReportType { implementation93 impl Serialize for StatsReportType { implementation