Struct rusoto_mturk::ListHITsForQualificationTypeResponse [] [src]

pub struct ListHITsForQualificationTypeResponse {
    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 ListHITsForQualificationTypeResponse
[src]

[src]

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

impl Debug for ListHITsForQualificationTypeResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListHITsForQualificationTypeResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more