Struct spdlog::formatter::PatternContext
source · pub struct PatternContext { /* private fields */ }Expand description
Provide context for patterns.
Trait Implementations§
source§impl Clone for PatternContext
impl Clone for PatternContext
source§fn clone(&self) -> PatternContext
fn clone(&self) -> PatternContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more