Struct defmt_decoder::log::format::HostFormatter
source · pub struct HostFormatter { /* private fields */ }Available on
unstable only.Implementations§
source§impl HostFormatter
impl HostFormatter
Auto Trait Implementations§
impl Freeze for HostFormatter
impl RefUnwindSafe for HostFormatter
impl Send for HostFormatter
impl Sync for HostFormatter
impl Unpin for HostFormatter
impl UnwindSafe for HostFormatter
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