pub struct FmtSpan(/* private fields */);
Available on crate features
fmt
and std
only.Expand description
Configures what points in the span lifecycle are logged as events.
See also with_span_events
.
Implementations§
Trait Implementations§
Source§impl BitAndAssign for FmtSpan
impl BitAndAssign for FmtSpan
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for FmtSpan
impl BitOrAssign for FmtSpan
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for FmtSpan
impl BitXorAssign 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 for FmtSpan
impl PartialOrd for FmtSpan
impl Eq for FmtSpan
impl StructuralPartialEq for FmtSpan
Auto Trait Implementations§
impl Freeze for FmtSpan
impl RefUnwindSafe for FmtSpan
impl Send for FmtSpan
impl Sync for FmtSpan
impl Unpin for FmtSpan
impl UnwindSafe for FmtSpan
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