Struct tracing_subscriber::fmt::format::Pretty
source · pub struct Pretty { /* private fields */ }
Expand description
An excessively pretty, human-readable event formatter.
Implementations§
Trait Implementations§
source§impl<'writer> FormatFields<'writer> for Pretty
impl<'writer> FormatFields<'writer> for Pretty
source§fn format_fields<R: RecordFields>(
&self,
writer: &'writer mut dyn Write,
fields: R
) -> Result
fn format_fields<R: RecordFields>(
&self,
writer: &'writer mut dyn Write,
fields: R
) -> Result
Format the provided
fields
to the provided writer
, returning a result.impl Eq for Pretty
impl StructuralEq for Pretty
impl StructuralPartialEq for Pretty
Auto Trait Implementations§
impl RefUnwindSafe for Pretty
impl Send for Pretty
impl Sync for Pretty
impl Unpin for Pretty
impl UnwindSafe for Pretty
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.