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