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