Struct tracing_subscriber::fmt::format::FmtSpan [−][src]
pub struct FmtSpan(_);
Configures what points in the span lifecycle are logged as events.
See also with_span_events
.
Implementations
impl FmtSpan
[src]
impl FmtSpan
[src]pub const NEW: FmtSpan
[src]
one event when span is created
pub const ENTER: FmtSpan
[src]
one event per enter of a span
pub const EXIT: FmtSpan
[src]
one event per exit of a span
pub const CLOSE: FmtSpan
[src]
one event when the span is dropped
pub const NONE: FmtSpan
[src]
spans are ignored (this is the default)
pub const ACTIVE: FmtSpan
[src]
one event per enter/exit of a span
pub const FULL: FmtSpan
[src]
events at all points (new, enter, exit, drop)
Trait Implementations
impl BitAndAssign<FmtSpan> for FmtSpan
[src]
impl BitAndAssign<FmtSpan> for FmtSpan
[src]fn bitand_assign(&mut self, rhs: Self)
[src]
impl BitOrAssign<FmtSpan> for FmtSpan
[src]
impl BitOrAssign<FmtSpan> for FmtSpan
[src]fn bitor_assign(&mut self, rhs: Self)
[src]
impl BitXorAssign<FmtSpan> for FmtSpan
[src]
impl BitXorAssign<FmtSpan> for FmtSpan
[src]fn bitxor_assign(&mut self, rhs: Self)
[src]
impl PartialOrd<FmtSpan> for FmtSpan
[src]
impl PartialOrd<FmtSpan> for FmtSpan
[src]impl Eq for FmtSpan
[src]
impl StructuralEq for FmtSpan
[src]
impl StructuralPartialEq for FmtSpan
[src]
Auto Trait Implementations
impl RefUnwindSafe for FmtSpan
impl Send for FmtSpan
impl Sync for FmtSpan
impl Unpin for FmtSpan
impl UnwindSafe for FmtSpan
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]