pub struct SpanRecorder { /* private fields */ }Expand description
SpanRecorder for testing - records all spans
Implementations§
Trait Implementations§
Source§impl Clone for SpanRecorder
impl Clone for SpanRecorder
Source§fn clone(&self) -> SpanRecorder
fn clone(&self) -> SpanRecorder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SpanRecorder
impl Default for SpanRecorder
Source§fn default() -> SpanRecorder
fn default() -> SpanRecorder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SpanRecorder
impl RefUnwindSafe for SpanRecorder
impl Send for SpanRecorder
impl Sync for SpanRecorder
impl Unpin for SpanRecorder
impl UnwindSafe for SpanRecorder
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