Struct tracing_subscriber::fmt::format::Compact [−][src]
pub struct Compact;
Marker for Format
that indicates that the compact log format should be used.
The compact format only includes the fields from the most recently entered span.
Trait Implementations
impl Copy for Compact
[src]
impl Eq for Compact
[src]
impl StructuralEq for Compact
[src]
impl StructuralPartialEq for Compact
[src]
Auto Trait Implementations
impl RefUnwindSafe for Compact
impl Send for Compact
impl Sync for Compact
impl Unpin for Compact
impl UnwindSafe for Compact
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]