Struct dlt_core::statistics::StatisticRowInfo
source · [−]pub struct StatisticRowInfo {
pub app_id_context_id: Option<(String, String)>,
pub ecu_id: Option<String>,
pub level: Option<LogLevel>,
pub verbose: bool,
}
Expand description
Stats about a row in a DLT file
Fields
app_id_context_id: Option<(String, String)>
ecu_id: Option<String>
level: Option<LogLevel>
verbose: bool
Trait Implementations
sourceimpl Debug for StatisticRowInfo
impl Debug for StatisticRowInfo
sourceimpl Serialize for StatisticRowInfo
impl Serialize for StatisticRowInfo
Auto Trait Implementations
impl RefUnwindSafe for StatisticRowInfo
impl Send for StatisticRowInfo
impl Sync for StatisticRowInfo
impl Unpin for StatisticRowInfo
impl UnwindSafe for StatisticRowInfo
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