Struct rusoto_mturk::ListHITsResponse [] [src]

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

[src]

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

impl Debug for ListHITsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListHITsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations