Struct rusoto_mturk::GetQualificationTypeRequest [] [src]

pub struct GetQualificationTypeRequest {
    pub qualification_type_id: String,
}

Fields

The ID of the QualificationType.

Trait Implementations

impl Default for GetQualificationTypeRequest
[src]

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

impl Debug for GetQualificationTypeRequest
[src]

Formats the value using the given formatter.

impl Clone for GetQualificationTypeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more