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§
Auto Trait Implementations§
impl Freeze for EnvLoggerFormatConfig
impl RefUnwindSafe for EnvLoggerFormatConfig
impl Send for EnvLoggerFormatConfig
impl Sync for EnvLoggerFormatConfig
impl Unpin 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