Struct aws_sdk_xray::model::RootCauseException
source · [−]#[non_exhaustive]pub struct RootCauseException { /* private fields */ }
Expand description
The exception associated with a root cause.
Implementations
sourceimpl RootCauseException
impl RootCauseException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RootCauseException
.
Trait Implementations
sourceimpl Clone for RootCauseException
impl Clone for RootCauseException
sourcefn clone(&self) -> RootCauseException
fn clone(&self) -> RootCauseException
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 RootCauseException
impl Debug for RootCauseException
sourceimpl PartialEq<RootCauseException> for RootCauseException
impl PartialEq<RootCauseException> for RootCauseException
sourcefn eq(&self, other: &RootCauseException) -> bool
fn eq(&self, other: &RootCauseException) -> bool
impl StructuralPartialEq for RootCauseException
Auto Trait Implementations
impl RefUnwindSafe for RootCauseException
impl Send for RootCauseException
impl Sync for RootCauseException
impl Unpin for RootCauseException
impl UnwindSafe for RootCauseException
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