Struct aws_sdk_xray::model::BackendConnectionErrors
source · [−]#[non_exhaustive]pub struct BackendConnectionErrors { /* private fields */ }
Expand description
Implementations
sourceimpl 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>
sourceimpl BackendConnectionErrors
impl BackendConnectionErrors
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BackendConnectionErrors
.
Trait Implementations
sourceimpl Clone for BackendConnectionErrors
impl Clone for BackendConnectionErrors
sourcefn clone(&self) -> BackendConnectionErrors
fn clone(&self) -> BackendConnectionErrors
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 BackendConnectionErrors
impl Debug for BackendConnectionErrors
sourceimpl PartialEq<BackendConnectionErrors> for BackendConnectionErrors
impl PartialEq<BackendConnectionErrors> for BackendConnectionErrors
sourcefn eq(&self, other: &BackendConnectionErrors) -> bool
fn eq(&self, other: &BackendConnectionErrors) -> bool
impl StructuralPartialEq for BackendConnectionErrors
Auto Trait Implementations
impl RefUnwindSafe for BackendConnectionErrors
impl Send for BackendConnectionErrors
impl Sync for BackendConnectionErrors
impl Unpin for BackendConnectionErrors
impl UnwindSafe for BackendConnectionErrors
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