Struct rusoto_mturk::WorkerBlock [] [src]

pub struct WorkerBlock {
    pub reason: Option<String>,
    pub worker_id: Option<String>,
}

The WorkerBlock data structure represents a Worker who has been blocked. It has two elements: the WorkerId and the Reason for the block.

Fields

A message explaining the reason the Worker was blocked.

The ID of the Worker who accepted the HIT.

Trait Implementations

impl Default for WorkerBlock
[src]

[src]

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

impl Debug for WorkerBlock
[src]

[src]

Formats the value using the given formatter.

impl Clone for WorkerBlock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more