Struct rusoto_datapipeline::ReportTaskProgressOutput
[−]
[src]
pub struct ReportTaskProgressOutput { pub canceled: bool, }
Contains the output of ReportTaskProgress.
Fields
canceled: bool
If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
Trait Implementations
impl Default for ReportTaskProgressOutput
[src]
fn default() -> ReportTaskProgressOutput
[src]
Returns the "default value" for a type. Read more
impl Debug for ReportTaskProgressOutput
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for ReportTaskProgressOutput
[src]
fn clone(&self) -> ReportTaskProgressOutput
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more