pub struct TelemetryHandle { /* private fields */ }Expand description
Handle to the telemetry system that can be used to shut it down
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TelemetryHandle
impl RefUnwindSafe for TelemetryHandle
impl Send for TelemetryHandle
impl Sync for TelemetryHandle
impl Unpin for TelemetryHandle
impl UnsafeUnpin for TelemetryHandle
impl UnwindSafe for TelemetryHandle
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