Struct janus_plugin::debug::LogParameters
[−]
[src]
pub struct LogParameters {
pub log_timestamps: bool,
pub log_colors: bool,
pub clock: fn() -> DateTime<Local>,
}Fields
log_timestamps: bool
log_colors: bool
clock: fn() -> DateTime<Local>
Trait Implementations
impl Debug for LogParameters[src]
impl Clone for LogParameters[src]
fn clone(&self) -> LogParameters[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more