pub struct Telemetry { /* private fields */ }Expand description
A live telemetry installation. Hold it for the program’s lifetime.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Telemetry
impl !UnwindSafe for Telemetry
impl Freeze for Telemetry
impl Send for Telemetry
impl Sync for Telemetry
impl Unpin for Telemetry
impl UnsafeUnpin for Telemetry
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