Struct aws_sdk_xray::input::GetTraceGraphInput
source · #[non_exhaustive]pub struct GetTraceGraphInput { /* private fields */ }
Implementations§
source§impl GetTraceGraphInput
impl GetTraceGraphInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTraceGraph, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTraceGraph, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTraceGraph
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTraceGraphInput
.
Trait Implementations§
source§impl Clone for GetTraceGraphInput
impl Clone for GetTraceGraphInput
source§fn clone(&self) -> GetTraceGraphInput
fn clone(&self) -> GetTraceGraphInput
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 GetTraceGraphInput
impl Debug for GetTraceGraphInput
source§impl PartialEq<GetTraceGraphInput> for GetTraceGraphInput
impl PartialEq<GetTraceGraphInput> for GetTraceGraphInput
source§fn eq(&self, other: &GetTraceGraphInput) -> bool
fn eq(&self, other: &GetTraceGraphInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.