#[non_exhaustive]pub struct ReportTaskProgressInput { /* private fields */ }
Expand description
Contains the parameters for ReportTaskProgress.
Implementations§
source§impl ReportTaskProgressInput
impl ReportTaskProgressInput
sourcepub fn builder() -> ReportTaskProgressInputBuilder
pub fn builder() -> ReportTaskProgressInputBuilder
Creates a new builder-style object to manufacture ReportTaskProgressInput
.
source§impl ReportTaskProgressInput
impl ReportTaskProgressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReportTaskProgress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ReportTaskProgress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ReportTaskProgress
>
Trait Implementations§
source§impl Clone for ReportTaskProgressInput
impl Clone for ReportTaskProgressInput
source§fn clone(&self) -> ReportTaskProgressInput
fn clone(&self) -> ReportTaskProgressInput
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 ReportTaskProgressInput
impl Debug for ReportTaskProgressInput
source§impl PartialEq<ReportTaskProgressInput> for ReportTaskProgressInput
impl PartialEq<ReportTaskProgressInput> for ReportTaskProgressInput
source§fn eq(&self, other: &ReportTaskProgressInput) -> bool
fn eq(&self, other: &ReportTaskProgressInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ReportTaskProgressInput
Auto Trait Implementations§
impl RefUnwindSafe for ReportTaskProgressInput
impl Send for ReportTaskProgressInput
impl Sync for ReportTaskProgressInput
impl Unpin for ReportTaskProgressInput
impl UnwindSafe for ReportTaskProgressInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more