Struct rusoto_mturk::ReviewReport [] [src]

pub struct ReviewReport {
    pub review_actions: Option<Vec<ReviewActionDetail>>,
    pub review_results: Option<Vec<ReviewResultDetail>>,
}

Contains both ReviewResult and ReviewAction elements for a particular HIT.

Fields

A list of ReviewAction objects for each action specified in the Review Policy.

A list of ReviewResults objects for each action specified in the Review Policy.

Trait Implementations

impl Default for ReviewReport
[src]

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

impl Debug for ReviewReport
[src]

Formats the value using the given formatter.

impl Clone for ReviewReport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more