pub struct LogfmtFormatter;Expand description
Formats wide events as logfmt (key=value pairs).
Trait Implementations§
Source§impl WideEventFormatter for LogfmtFormatter
impl WideEventFormatter for LogfmtFormatter
Auto Trait Implementations§
impl Freeze for LogfmtFormatter
impl RefUnwindSafe for LogfmtFormatter
impl Send for LogfmtFormatter
impl Sync for LogfmtFormatter
impl Unpin for LogfmtFormatter
impl UnsafeUnpin for LogfmtFormatter
impl UnwindSafe for LogfmtFormatter
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