pub struct ConnectorClientMetricsSnapshot {
pub connected: bool,
pub reconnect_attempts: u64,
pub heartbeat_sent: u64,
pub heartbeat_ack_timeouts: u64,
}Fields§
§connected: bool§reconnect_attempts: u64§heartbeat_sent: u64§heartbeat_ack_timeouts: u64Trait Implementations§
Source§impl Clone for ConnectorClientMetricsSnapshot
impl Clone for ConnectorClientMetricsSnapshot
Source§fn clone(&self) -> ConnectorClientMetricsSnapshot
fn clone(&self) -> ConnectorClientMetricsSnapshot
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 moreAuto Trait Implementations§
impl Freeze for ConnectorClientMetricsSnapshot
impl RefUnwindSafe for ConnectorClientMetricsSnapshot
impl Send for ConnectorClientMetricsSnapshot
impl Sync for ConnectorClientMetricsSnapshot
impl Unpin for ConnectorClientMetricsSnapshot
impl UnsafeUnpin for ConnectorClientMetricsSnapshot
impl UnwindSafe for ConnectorClientMetricsSnapshot
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