pub struct TopicLogSyncLiveMetrics {
pub operations_received: u64,
pub operations_sent: u64,
pub bytes_received: u64,
pub bytes_sent: u64,
}Expand description
Sync metrics emitted in event messages.
Fields§
§operations_received: u64§operations_sent: u64§bytes_received: u64§bytes_sent: u64Trait Implementations§
Source§impl Clone for TopicLogSyncLiveMetrics
impl Clone for TopicLogSyncLiveMetrics
Source§fn clone(&self) -> TopicLogSyncLiveMetrics
fn clone(&self) -> TopicLogSyncLiveMetrics
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 TopicLogSyncLiveMetrics
impl Debug for TopicLogSyncLiveMetrics
Source§impl Default for TopicLogSyncLiveMetrics
impl Default for TopicLogSyncLiveMetrics
Source§fn default() -> TopicLogSyncLiveMetrics
fn default() -> TopicLogSyncLiveMetrics
Returns the “default value” for a type. Read more
Source§impl PartialEq for TopicLogSyncLiveMetrics
impl PartialEq for TopicLogSyncLiveMetrics
impl StructuralPartialEq for TopicLogSyncLiveMetrics
Auto Trait Implementations§
impl Freeze for TopicLogSyncLiveMetrics
impl RefUnwindSafe for TopicLogSyncLiveMetrics
impl Send for TopicLogSyncLiveMetrics
impl Sync for TopicLogSyncLiveMetrics
impl Unpin for TopicLogSyncLiveMetrics
impl UnwindSafe for TopicLogSyncLiveMetrics
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