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