Struct tracing_subscriber::fmt::format::FmtSpan
source · pub struct FmtSpan(_);
Expand description
Configures what points in the span lifecycle are logged as events.
See also with_span_events
.
Implementations§
Trait Implementations§
source§impl BitAndAssign<FmtSpan> for FmtSpan
impl BitAndAssign<FmtSpan> for FmtSpan
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<FmtSpan> for FmtSpan
impl BitOrAssign<FmtSpan> for FmtSpan
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<FmtSpan> for FmtSpan
impl BitXorAssign<FmtSpan> for FmtSpan
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Ord for FmtSpan
impl Ord for FmtSpan
source§impl PartialOrd<FmtSpan> for FmtSpan
impl PartialOrd<FmtSpan> for FmtSpan
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more