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
sourceimpl 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.
sourceimpl FaultRootCause
impl FaultRootCause
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FaultRootCause
.
Trait Implementations
sourceimpl Clone for FaultRootCause
impl Clone for FaultRootCause
sourcefn clone(&self) -> FaultRootCause
fn clone(&self) -> FaultRootCause
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 FaultRootCause
impl Debug for FaultRootCause
sourceimpl PartialEq<FaultRootCause> for FaultRootCause
impl PartialEq<FaultRootCause> for FaultRootCause
sourcefn eq(&self, other: &FaultRootCause) -> bool
fn eq(&self, other: &FaultRootCause) -> bool
impl StructuralPartialEq for FaultRootCause
Auto Trait Implementations
impl RefUnwindSafe for FaultRootCause
impl Send for FaultRootCause
impl Sync for FaultRootCause
impl Unpin for FaultRootCause
impl UnwindSafe for FaultRootCause
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