Struct aws_sdk_xray::input::GetTraceGraphInput
source · [−]#[non_exhaustive]pub struct GetTraceGraphInput { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl Clone for GetTraceGraphInput
impl Clone for GetTraceGraphInput
sourcefn clone(&self) -> GetTraceGraphInput
fn clone(&self) -> GetTraceGraphInput
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 GetTraceGraphInput
impl Debug for GetTraceGraphInput
sourceimpl PartialEq<GetTraceGraphInput> for GetTraceGraphInput
impl PartialEq<GetTraceGraphInput> for GetTraceGraphInput
sourcefn eq(&self, other: &GetTraceGraphInput) -> bool
fn eq(&self, other: &GetTraceGraphInput) -> bool
impl StructuralPartialEq for GetTraceGraphInput
Auto Trait Implementations
impl RefUnwindSafe for GetTraceGraphInput
impl Send for GetTraceGraphInput
impl Sync for GetTraceGraphInput
impl Unpin for GetTraceGraphInput
impl UnwindSafe for GetTraceGraphInput
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