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