[][src]Struct rusoto_mturk::ListWorkersWithQualificationTypeRequest

pub struct ListWorkersWithQualificationTypeRequest {
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub qualification_type_id: String,
    pub status: Option<String>,
}

Fields

max_results: Option<i64>

Limit the number of results returned.

next_token: Option<String>

Pagination Token

qualification_type_id: String

The ID of the Qualification type of the Qualifications to return.

status: Option<String>

The status of the Qualifications to return. Can be Granted | Revoked.

Trait Implementations

impl Clone for ListWorkersWithQualificationTypeRequest[src]

impl Default for ListWorkersWithQualificationTypeRequest[src]

impl PartialEq<ListWorkersWithQualificationTypeRequest> for ListWorkersWithQualificationTypeRequest[src]

impl Debug for ListWorkersWithQualificationTypeRequest[src]

impl StructuralPartialEq for ListWorkersWithQualificationTypeRequest[src]

impl Serialize for ListWorkersWithQualificationTypeRequest[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