Struct rusoto_mturk::ListWorkersWithQualificationTypeResponse [] [src]

pub struct ListWorkersWithQualificationTypeResponse {
    pub next_token: Option<String>,
    pub num_results: Option<i64>,
    pub qualifications: Option<Vec<Qualification>>,
}

Fields

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

The list of Qualification elements returned by this call.

Trait Implementations

impl Default for ListWorkersWithQualificationTypeResponse
[src]

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

impl Debug for ListWorkersWithQualificationTypeResponse
[src]

Formats the value using the given formatter.

impl Clone for ListWorkersWithQualificationTypeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more