Struct rusoto_mturk::CreateHITTypeResponse [] [src]

pub struct CreateHITTypeResponse {
    pub hit_type_id: Option<String>,
}

Fields

The ID of the newly registered HIT type.

Trait Implementations

impl Default for CreateHITTypeResponse
[src]

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

impl Debug for CreateHITTypeResponse
[src]

Formats the value using the given formatter.

impl Clone for CreateHITTypeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more