Struct rusoto_mturk::GetQualificationScoreResponse [] [src]

pub struct GetQualificationScoreResponse {
    pub qualification: Option<Qualification>,
}

Fields

The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).

Trait Implementations

impl Default for GetQualificationScoreResponse
[src]

[src]

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

impl Debug for GetQualificationScoreResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetQualificationScoreResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more