pub struct SpanHandle { /* private fields */ }Expand description
A no-op replacement for a rustracing SpanHandle.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanHandle
impl RefUnwindSafe for SpanHandle
impl Send for SpanHandle
impl Sync for SpanHandle
impl Unpin for SpanHandle
impl UnsafeUnpin for SpanHandle
impl UnwindSafe for SpanHandle
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