#[non_exhaustive]pub struct ReportTaskProgressInput { /* private fields */ }
Expand description
Contains the parameters for ReportTaskProgress.
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReportTaskProgressInput
.
Trait Implementations
sourceimpl Clone for ReportTaskProgressInput
impl Clone for ReportTaskProgressInput
sourcefn clone(&self) -> ReportTaskProgressInput
fn clone(&self) -> ReportTaskProgressInput
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 ReportTaskProgressInput
impl Debug for ReportTaskProgressInput
sourceimpl PartialEq<ReportTaskProgressInput> for ReportTaskProgressInput
impl PartialEq<ReportTaskProgressInput> for ReportTaskProgressInput
sourcefn eq(&self, other: &ReportTaskProgressInput) -> bool
fn eq(&self, other: &ReportTaskProgressInput) -> bool
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
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