pub struct StreamingExporter { /* private fields */ }Expand description
Streaming exporter for real-time export.
Implementations§
Source§impl StreamingExporter
impl StreamingExporter
Auto Trait Implementations§
impl Freeze for StreamingExporter
impl RefUnwindSafe for StreamingExporter
impl Send for StreamingExporter
impl Sync for StreamingExporter
impl Unpin for StreamingExporter
impl UnsafeUnpin for StreamingExporter
impl UnwindSafe for StreamingExporter
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