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