Struct aws_sdk_xray::model::FaultStatistics
source · [−]#[non_exhaustive]pub struct FaultStatistics { /* private fields */ }
Expand description
Information about requests that failed with a 5xx Server Error status code.
Implementations
sourceimpl FaultStatistics
impl FaultStatistics
sourcepub fn other_count(&self) -> Option<i64>
pub fn other_count(&self) -> Option<i64>
The number of requests that failed with untracked 5xx Server Error status codes.
sourcepub fn total_count(&self) -> Option<i64>
pub fn total_count(&self) -> Option<i64>
The total number of requests that failed with a 5xx Server Error status code.
sourceimpl FaultStatistics
impl FaultStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FaultStatistics
.
Trait Implementations
sourceimpl Clone for FaultStatistics
impl Clone for FaultStatistics
sourcefn clone(&self) -> FaultStatistics
fn clone(&self) -> FaultStatistics
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 FaultStatistics
impl Debug for FaultStatistics
sourceimpl PartialEq<FaultStatistics> for FaultStatistics
impl PartialEq<FaultStatistics> for FaultStatistics
sourcefn eq(&self, other: &FaultStatistics) -> bool
fn eq(&self, other: &FaultStatistics) -> bool
impl StructuralPartialEq for FaultStatistics
Auto Trait Implementations
impl RefUnwindSafe for FaultStatistics
impl Send for FaultStatistics
impl Sync for FaultStatistics
impl Unpin for FaultStatistics
impl UnwindSafe for FaultStatistics
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