Struct aws_sdk_xray::model::ErrorRootCause
source · [−]#[non_exhaustive]pub struct ErrorRootCause { /* private fields */ }
Expand description
The root cause of a trace summary error.
Implementations
sourceimpl ErrorRootCause
impl ErrorRootCause
sourcepub fn services(&self) -> Option<&[ErrorRootCauseService]>
pub fn services(&self) -> Option<&[ErrorRootCauseService]>
A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
sourcepub fn client_impacting(&self) -> Option<bool>
pub fn client_impacting(&self) -> Option<bool>
A flag that denotes that the root cause impacts the trace client.
sourceimpl ErrorRootCause
impl ErrorRootCause
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ErrorRootCause
.
Trait Implementations
sourceimpl Clone for ErrorRootCause
impl Clone for ErrorRootCause
sourcefn clone(&self) -> ErrorRootCause
fn clone(&self) -> ErrorRootCause
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 ErrorRootCause
impl Debug for ErrorRootCause
sourceimpl PartialEq<ErrorRootCause> for ErrorRootCause
impl PartialEq<ErrorRootCause> for ErrorRootCause
sourcefn eq(&self, other: &ErrorRootCause) -> bool
fn eq(&self, other: &ErrorRootCause) -> bool
impl StructuralPartialEq for ErrorRootCause
Auto Trait Implementations
impl RefUnwindSafe for ErrorRootCause
impl Send for ErrorRootCause
impl Sync for ErrorRootCause
impl Unpin for ErrorRootCause
impl UnwindSafe for ErrorRootCause
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