[][src]Struct rusoto_mturk::UpdateHITReviewStatusRequest

pub struct UpdateHITReviewStatusRequest {
    pub hit_id: String,
    pub revert: Option<bool>,
}

Fields

hit_id: String

The ID of the HIT to update.

revert: Option<bool>

Specifies how to update the HIT status. Default is False.

  • Setting this to false will only transition a HIT from Reviewable to Reviewing

  • Setting this to true will only transition a HIT from Reviewing to Reviewable

Trait Implementations

impl Clone for UpdateHITReviewStatusRequest[src]

impl Default for UpdateHITReviewStatusRequest[src]

impl PartialEq<UpdateHITReviewStatusRequest> for UpdateHITReviewStatusRequest[src]

impl Debug for UpdateHITReviewStatusRequest[src]

impl StructuralPartialEq for UpdateHITReviewStatusRequest[src]

impl Serialize for UpdateHITReviewStatusRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self