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