Struct aws_sdk_xray::model::TelemetryRecord
source · #[non_exhaustive]pub struct TelemetryRecord { /* private fields */ }
Expand description
Implementations§
source§impl TelemetryRecord
impl TelemetryRecord
sourcepub fn segments_received_count(&self) -> Option<i32>
pub fn segments_received_count(&self) -> Option<i32>
sourcepub fn segments_sent_count(&self) -> Option<i32>
pub fn segments_sent_count(&self) -> Option<i32>
sourcepub fn segments_spillover_count(&self) -> Option<i32>
pub fn segments_spillover_count(&self) -> Option<i32>
sourcepub fn segments_rejected_count(&self) -> Option<i32>
pub fn segments_rejected_count(&self) -> Option<i32>
sourcepub fn backend_connection_errors(&self) -> Option<&BackendConnectionErrors>
pub fn backend_connection_errors(&self) -> Option<&BackendConnectionErrors>
source§impl TelemetryRecord
impl TelemetryRecord
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TelemetryRecord
.
Trait Implementations§
source§impl Clone for TelemetryRecord
impl Clone for TelemetryRecord
source§fn clone(&self) -> TelemetryRecord
fn clone(&self) -> TelemetryRecord
Returns a copy 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 TelemetryRecord
impl Debug for TelemetryRecord
source§impl PartialEq<TelemetryRecord> for TelemetryRecord
impl PartialEq<TelemetryRecord> for TelemetryRecord
source§fn eq(&self, other: &TelemetryRecord) -> bool
fn eq(&self, other: &TelemetryRecord) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.