Struct defmt_decoder::log::DefmtLoggerConfig
source · pub struct DefmtLoggerConfig {
pub formatter: Formatter,
pub host_formatter: HostFormatter,
pub logger_type: DefmtLoggerType,
}Available on
unstable only.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 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