pub struct FormatEvent(/* private fields */);
Expand description
Implementor of tracing_subscriber::fmt::FormatEvent
, constructed From
Format
.
Trait Implementations§
Source§impl<S, N> FormatEvent<S, N> for FormatEvent
impl<S, N> FormatEvent<S, N> for FormatEvent
Source§fn format_event(
&self,
ctx: &FmtContext<'_, S, N>,
writer: Writer<'_>,
event: &Event<'_>,
) -> Result
fn format_event( &self, ctx: &FmtContext<'_, S, N>, writer: Writer<'_>, event: &Event<'_>, ) -> Result
Auto Trait Implementations§
impl Freeze for FormatEvent
impl RefUnwindSafe for FormatEvent
impl Send for FormatEvent
impl Sync for FormatEvent
impl Unpin for FormatEvent
impl UnwindSafe for FormatEvent
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