pub struct TelemetryGuard;Expand description
Guard returned by init(). Call shutdown() to print the metrics summary.
Implementations§
Auto Trait Implementations§
impl Freeze for TelemetryGuard
impl RefUnwindSafe for TelemetryGuard
impl Send for TelemetryGuard
impl Sync for TelemetryGuard
impl Unpin for TelemetryGuard
impl UnsafeUnpin for TelemetryGuard
impl UnwindSafe for TelemetryGuard
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