Struct dlt_core::statistics::StatisticInfo
source · [−]pub struct StatisticInfo {
pub app_ids: Vec<(String, LevelDistribution)>,
pub context_ids: Vec<(String, LevelDistribution)>,
pub ecu_ids: Vec<(String, LevelDistribution)>,
pub contained_non_verbose: bool,
}
Expand description
Includes the LevelDistribution
for all app-ids
, context-ids
and
ecu_ids
Fields
app_ids: Vec<(String, LevelDistribution)>
context_ids: Vec<(String, LevelDistribution)>
ecu_ids: Vec<(String, LevelDistribution)>
contained_non_verbose: bool
Trait Implementations
sourceimpl Debug for StatisticInfo
impl Debug for StatisticInfo
sourceimpl Serialize for StatisticInfo
impl Serialize for StatisticInfo
Auto Trait Implementations
impl RefUnwindSafe for StatisticInfo
impl Send for StatisticInfo
impl Sync for StatisticInfo
impl Unpin for StatisticInfo
impl UnwindSafe for StatisticInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more