pub struct DefmtLoggerConfig {
pub formatter: Formatter,
pub host_formatter: HostFormatter,
pub logger_type: DefmtLoggerType,
}Fields§
§formatter: Formatter§host_formatter: HostFormatter§logger_type: DefmtLoggerTypeAuto Trait Implementations§
impl Freeze for DefmtLoggerConfig
impl RefUnwindSafe for DefmtLoggerConfig
impl Send for DefmtLoggerConfig
impl Sync for DefmtLoggerConfig
impl Unpin for DefmtLoggerConfig
impl UnsafeUnpin for DefmtLoggerConfig
impl UnwindSafe for DefmtLoggerConfig
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