pub struct EnvLoggerFormatConfig {
pub thread: bool,
pub target: bool,
pub file: bool,
}Available on crate feature
env-logger-format only.Fields§
§thread: bool§target: bool§file: boolTrait Implementations§
Source§impl Clone for EnvLoggerFormatConfig
impl Clone for EnvLoggerFormatConfig
Source§fn clone(&self) -> EnvLoggerFormatConfig
fn clone(&self) -> EnvLoggerFormatConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EnvLoggerFormatConfig
Source§impl Debug for EnvLoggerFormatConfig
impl Debug for EnvLoggerFormatConfig
Source§impl Default for EnvLoggerFormatConfig
impl Default for EnvLoggerFormatConfig
impl Eq for EnvLoggerFormatConfig
Source§impl PartialEq for EnvLoggerFormatConfig
impl PartialEq for EnvLoggerFormatConfig
Source§fn eq(&self, other: &EnvLoggerFormatConfig) -> bool
fn eq(&self, other: &EnvLoggerFormatConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnvLoggerFormatConfig
Auto Trait Implementations§
impl Freeze for EnvLoggerFormatConfig
impl RefUnwindSafe for EnvLoggerFormatConfig
impl Send for EnvLoggerFormatConfig
impl Sync for EnvLoggerFormatConfig
impl Unpin for EnvLoggerFormatConfig
impl UnsafeUnpin for EnvLoggerFormatConfig
impl UnwindSafe for EnvLoggerFormatConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more