pub struct InfluxDbHandle<M> { /* private fields */ }
Expand description
A handle to the InfluxDb metrics recorder. Aborts the submission task when dropped.
Implementations§
Source§impl<M> InfluxDbHandle<M>where
M: Send + 'static,
impl<M> InfluxDbHandle<M>where
M: Send + 'static,
Trait Implementations§
Source§impl<M: Debug> Debug for InfluxDbHandle<M>
impl<M: Debug> Debug for InfluxDbHandle<M>
Auto Trait Implementations§
impl<M> Freeze for InfluxDbHandle<M>
impl<M> RefUnwindSafe for InfluxDbHandle<M>
impl<M> Send for InfluxDbHandle<M>where
M: Send,
impl<M> Sync for InfluxDbHandle<M>where
M: Send,
impl<M> Unpin for InfluxDbHandle<M>
impl<M> UnwindSafe for InfluxDbHandle<M>
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