pub struct ShardTelemetrySnapshot {
pub snapshot: TransportMetricsSnapshot,
pub dropped_non_critical_events: u64,
}Fields§
§snapshot: TransportMetricsSnapshot§dropped_non_critical_events: u64Trait Implementations§
Source§impl Clone for ShardTelemetrySnapshot
impl Clone for ShardTelemetrySnapshot
Source§fn clone(&self) -> ShardTelemetrySnapshot
fn clone(&self) -> ShardTelemetrySnapshot
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 ShardTelemetrySnapshot
impl Debug for ShardTelemetrySnapshot
Source§impl Default for ShardTelemetrySnapshot
impl Default for ShardTelemetrySnapshot
Source§fn default() -> ShardTelemetrySnapshot
fn default() -> ShardTelemetrySnapshot
Returns the “default value” for a type. Read more
impl Copy for ShardTelemetrySnapshot
Auto Trait Implementations§
impl Freeze for ShardTelemetrySnapshot
impl RefUnwindSafe for ShardTelemetrySnapshot
impl Send for ShardTelemetrySnapshot
impl Sync for ShardTelemetrySnapshot
impl Unpin for ShardTelemetrySnapshot
impl UnsafeUnpin for ShardTelemetrySnapshot
impl UnwindSafe for ShardTelemetrySnapshot
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