Struct aws_sdk_xray::model::TelemetryRecord
source · [−]#[non_exhaustive]pub struct TelemetryRecord { /* private fields */ }
Expand description
Implementations
sourceimpl 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>
sourceimpl TelemetryRecord
impl TelemetryRecord
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TelemetryRecord
.
Trait Implementations
sourceimpl Clone for TelemetryRecord
impl Clone for TelemetryRecord
sourcefn clone(&self) -> TelemetryRecord
fn clone(&self) -> TelemetryRecord
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TelemetryRecord
impl Debug for TelemetryRecord
sourceimpl PartialEq<TelemetryRecord> for TelemetryRecord
impl PartialEq<TelemetryRecord> for TelemetryRecord
sourcefn eq(&self, other: &TelemetryRecord) -> bool
fn eq(&self, other: &TelemetryRecord) -> bool
impl StructuralPartialEq for TelemetryRecord
Auto Trait Implementations
impl RefUnwindSafe for TelemetryRecord
impl Send for TelemetryRecord
impl Sync for TelemetryRecord
impl Unpin for TelemetryRecord
impl UnwindSafe for TelemetryRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more