Struct rusoto_datapipeline::ReportTaskProgressOutput [] [src]

pub struct ReportTaskProgressOutput {
    pub canceled: bool,
}

Contains the output of ReportTaskProgress.

Fields

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]

[src]

Returns the "default value" for a type. Read more

impl Debug for ReportTaskProgressOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReportTaskProgressOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations