pub struct OtlpExporter;Expand description
OpenTelemetry Protocol exporter.
Implementations§
Source§impl OtlpExporter
impl OtlpExporter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OtlpExporter
impl RefUnwindSafe for OtlpExporter
impl Send for OtlpExporter
impl Sync for OtlpExporter
impl Unpin for OtlpExporter
impl UnwindSafe for OtlpExporter
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