Struct rusoto_mturk::GetHITResponse [] [src]

pub struct GetHITResponse {
    pub hit: Option<HIT>,
}

Fields

Contains the requested HIT data.

Trait Implementations

impl Default for GetHITResponse
[src]

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

impl Debug for GetHITResponse
[src]

Formats the value using the given formatter.

impl Clone for GetHITResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more