Struct rusoto_mturk::NotifyWorkersResponse [] [src]

pub struct NotifyWorkersResponse {
    pub notify_workers_failure_statuses: Option<Vec<NotifyWorkersFailureStatus>>,
}

Fields

When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.

Trait Implementations

impl Default for NotifyWorkersResponse
[src]

[src]

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

impl Debug for NotifyWorkersResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for NotifyWorkersResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more