pub struct AlwaysNewSpanConstructor;
Trait Implementations§
Source§impl SpanConstructor for AlwaysNewSpanConstructor
impl SpanConstructor for AlwaysNewSpanConstructor
fn new_span(&self) -> ActionSpan
fn return_span(&self, _span: ActionSpan)
Auto Trait Implementations§
impl Freeze for AlwaysNewSpanConstructor
impl RefUnwindSafe for AlwaysNewSpanConstructor
impl Send for AlwaysNewSpanConstructor
impl Sync for AlwaysNewSpanConstructor
impl Unpin for AlwaysNewSpanConstructor
impl UnwindSafe for AlwaysNewSpanConstructor
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