Struct scope_timer::ScopeTimer [−][src]
pub struct ScopeTimer<'a> {
pub label: &'a str,
pub time_format: TimeFormat,
pub now: Instant,
pub log_level: Option<LogLevel>,
pub debug_only: bool,
}Fields
label: &'a strtime_format: TimeFormatnow: Instantlog_level: Option<LogLevel>debug_only: bool