Struct rusoto_mturk::ListAssignmentsForHITResponse [] [src]

pub struct ListAssignmentsForHITResponse {
    pub assignments: Option<Vec<Assignment>>,
    pub next_token: Option<String>,
    pub num_results: Option<i64>,
}

Fields

The collection of Assignment data structures returned by this call.

The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.

Trait Implementations

impl Default for ListAssignmentsForHITResponse
[src]

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

impl Debug for ListAssignmentsForHITResponse
[src]

Formats the value using the given formatter.

impl Clone for ListAssignmentsForHITResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more