pub struct PollManager { /* private fields */ }Expand description
Manages background metric polling for all hosts.
Drop this struct to abort all poller tasks.
Implementations§
Auto Trait Implementations§
impl Freeze for PollManager
impl RefUnwindSafe for PollManager
impl Send for PollManager
impl Sync for PollManager
impl Unpin for PollManager
impl UnsafeUnpin for PollManager
impl UnwindSafe for PollManager
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