Struct rusoto_mturk::ListReviewableHITsResponse[][src]

pub struct ListReviewableHITsResponse {
    pub hi_ts: Option<Vec<HIT>>,
    pub next_token: Option<String>,
    pub num_results: Option<i64>,
}

Fields

The list of HIT elements returned by the query.

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

Trait Implementations

impl Default for ListReviewableHITsResponse
[src]

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

impl Debug for ListReviewableHITsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListReviewableHITsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListReviewableHITsResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations