[][src]Struct rusoto_mturk::AcceptQualificationRequestRequest

pub struct AcceptQualificationRequestRequest {
    pub integer_value: Option<i64>,
    pub qualification_request_id: String,
}

Fields

integer_value: Option<i64>

The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.

qualification_request_id: String

The ID of the Qualification request, as returned by the GetQualificationRequests operation.

Trait Implementations

impl Clone for AcceptQualificationRequestRequest[src]

impl Default for AcceptQualificationRequestRequest[src]

impl PartialEq<AcceptQualificationRequestRequest> for AcceptQualificationRequestRequest[src]

impl Debug for AcceptQualificationRequestRequest[src]

impl StructuralPartialEq for AcceptQualificationRequestRequest[src]

impl Serialize for AcceptQualificationRequestRequest[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<T> Same<T> for T

type Output = T

Should always be Self