pub struct PublisherStats {
pub readers_discovered: u64,
pub readers_replayed: u64,
pub samples_replayed: u64,
pub replay_errors: u64,
}Expand description
Publisher statistics
Fields§
§readers_discovered: u64Total readers discovered
readers_replayed: u64Readers that requested replay
samples_replayed: u64Total samples replayed
replay_errors: u64Replay errors
Trait Implementations§
Source§impl Clone for PublisherStats
impl Clone for PublisherStats
Source§fn clone(&self) -> PublisherStats
fn clone(&self) -> PublisherStats
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 PublisherStats
impl Debug for PublisherStats
Source§impl Default for PublisherStats
impl Default for PublisherStats
Source§fn default() -> PublisherStats
fn default() -> PublisherStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PublisherStats
impl RefUnwindSafe for PublisherStats
impl Send for PublisherStats
impl Sync for PublisherStats
impl Unpin for PublisherStats
impl UnsafeUnpin for PublisherStats
impl UnwindSafe for PublisherStats
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