pub struct SpanHandle<S: SpanSubmitter> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for SpanHandle<S>
impl<S> !RefUnwindSafe for SpanHandle<S>
impl<S> Send for SpanHandle<S>
impl<S> Sync for SpanHandle<S>
impl<S> Unpin for SpanHandle<S>
impl<S> !UnwindSafe for SpanHandle<S>
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