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