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