Struct aws_sdk_xray::input::BatchGetTracesInput
source · [−]#[non_exhaustive]pub struct BatchGetTracesInput { /* private fields */ }
Implementations
sourceimpl BatchGetTracesInput
impl BatchGetTracesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetTraces, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetTraces, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetTraces
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetTracesInput
.
Trait Implementations
sourceimpl Clone for BatchGetTracesInput
impl Clone for BatchGetTracesInput
sourcefn clone(&self) -> BatchGetTracesInput
fn clone(&self) -> BatchGetTracesInput
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 BatchGetTracesInput
impl Debug for BatchGetTracesInput
sourceimpl PartialEq<BatchGetTracesInput> for BatchGetTracesInput
impl PartialEq<BatchGetTracesInput> for BatchGetTracesInput
sourcefn eq(&self, other: &BatchGetTracesInput) -> bool
fn eq(&self, other: &BatchGetTracesInput) -> bool
impl StructuralPartialEq for BatchGetTracesInput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetTracesInput
impl Send for BatchGetTracesInput
impl Sync for BatchGetTracesInput
impl Unpin for BatchGetTracesInput
impl UnwindSafe for BatchGetTracesInput
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