pub struct TelemetryShutdown { /* private fields */ }Expand description
Handle returned by init_telemetry_with_sink.
Call shutdown() before the process exits to flush any buffered events.
Implementations§
Auto Trait Implementations§
impl Freeze for TelemetryShutdown
impl !RefUnwindSafe for TelemetryShutdown
impl Send for TelemetryShutdown
impl Sync for TelemetryShutdown
impl Unpin for TelemetryShutdown
impl UnsafeUnpin for TelemetryShutdown
impl !UnwindSafe for TelemetryShutdown
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