Struct Report
pub struct Report {
pub(crate) is_connected: bool,
pub(crate) worker_running: bool,
pub(crate) active_subscriptions: usize,
pub(crate) total_subscriptions: usize,
}Fields§
§is_connected: bool§worker_running: bool§active_subscriptions: usize§total_subscriptions: usizeImplementations§
§impl Report
impl Report
pub fn is_healthy(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnwindSafe for Report
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