Struct rusoto_swf::ActivityTaskStatus [] [src]

pub struct ActivityTaskStatus {
    pub cancel_requested: bool,
}

Status information about an activity task.

Fields

Set to true if cancellation of the task is requested.

Trait Implementations

impl Default for ActivityTaskStatus
[src]

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

impl Debug for ActivityTaskStatus
[src]

Formats the value using the given formatter.

impl Clone for ActivityTaskStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more