Struct rusoto_mturk::RejectAssignmentRequest [] [src]

pub struct RejectAssignmentRequest {
    pub assignment_id: String,
    pub requester_feedback: Option<String>,
}

Fields

The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

A message for the Worker, which the Worker can see in the Status section of the web site.

Trait Implementations

impl Default for RejectAssignmentRequest
[src]

[src]

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

impl Debug for RejectAssignmentRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RejectAssignmentRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations