pub struct SubscriberStats {
pub samples_received: u64,
pub samples_stored: u64,
pub storage_errors: u64,
pub writers_discovered: u64,
pub topics_subscribed: u64,
}Expand description
Subscriber statistics
Fields§
§samples_received: u64Total samples received
samples_stored: u64Total samples stored
storage_errors: u64Storage errors
writers_discovered: u64Writers discovered
topics_subscribed: u64Topics subscribed
Trait Implementations§
Source§impl Clone for SubscriberStats
impl Clone for SubscriberStats
Source§fn clone(&self) -> SubscriberStats
fn clone(&self) -> SubscriberStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubscriberStats
impl Debug for SubscriberStats
Source§impl Default for SubscriberStats
impl Default for SubscriberStats
Source§fn default() -> SubscriberStats
fn default() -> SubscriberStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SubscriberStats
impl RefUnwindSafe for SubscriberStats
impl Send for SubscriberStats
impl Sync for SubscriberStats
impl Unpin for SubscriberStats
impl UnsafeUnpin for SubscriberStats
impl UnwindSafe for SubscriberStats
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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