pub struct InMemoryExporter { /* private fields */ }Expand description
Exports spans to an in-memory buffer for testing.
Implementations§
Trait Implementations§
Source§impl Clone for InMemoryExporter
impl Clone for InMemoryExporter
Source§fn clone(&self) -> InMemoryExporter
fn clone(&self) -> InMemoryExporter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InMemoryExporter
impl Debug for InMemoryExporter
Source§impl Default for InMemoryExporter
impl Default for InMemoryExporter
Source§impl SpanExporter for InMemoryExporter
impl SpanExporter for InMemoryExporter
Auto Trait Implementations§
impl Freeze for InMemoryExporter
impl !RefUnwindSafe for InMemoryExporter
impl Send for InMemoryExporter
impl Sync for InMemoryExporter
impl Unpin for InMemoryExporter
impl UnsafeUnpin for InMemoryExporter
impl !UnwindSafe for InMemoryExporter
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