pub struct MaybeEnteredTraceSpan {}
Expand description
This struct is needed to enforce #[must_use]
on values produced by enter_trace_span even
when the “tracing” feature is not enabled.
Auto Trait Implementations§
impl Freeze for MaybeEnteredTraceSpan
impl RefUnwindSafe for MaybeEnteredTraceSpan
impl Send for MaybeEnteredTraceSpan
impl Sync for MaybeEnteredTraceSpan
impl Unpin for MaybeEnteredTraceSpan
impl UnwindSafe for MaybeEnteredTraceSpan
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes