Struct aws_sdk_xray::model::FaultRootCause
source · #[non_exhaustive]pub struct FaultRootCause { /* private fields */ }
Expand description
The root cause information for a trace summary fault.
Implementations§
source§impl FaultRootCause
impl FaultRootCause
sourcepub fn services(&self) -> Option<&[FaultRootCauseService]>
pub fn services(&self) -> Option<&[FaultRootCauseService]>
A list of corresponding services. 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.
source§impl FaultRootCause
impl FaultRootCause
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FaultRootCause
.
Trait Implementations§
source§impl Clone for FaultRootCause
impl Clone for FaultRootCause
source§fn clone(&self) -> FaultRootCause
fn clone(&self) -> FaultRootCause
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 FaultRootCause
impl Debug for FaultRootCause
source§impl PartialEq<FaultRootCause> for FaultRootCause
impl PartialEq<FaultRootCause> for FaultRootCause
source§fn eq(&self, other: &FaultRootCause) -> bool
fn eq(&self, other: &FaultRootCause) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.