[][src]Struct rusoto_iot::ListAuthorizersRequest

pub struct ListAuthorizersRequest {
    pub ascending_order: Option<bool>,
    pub marker: Option<String>,
    pub page_size: Option<i64>,
    pub status: Option<String>,
}

Fields

Return the list of authorizers in ascending alphabetical order.

A marker used to get the next set of results.

The maximum number of results to return at one time.

The status of the list authorizers request.

Trait Implementations

impl Clone for ListAuthorizersRequest
[src]

Performs copy-assignment from source. Read more

impl Default for ListAuthorizersRequest
[src]

impl PartialEq<ListAuthorizersRequest> for ListAuthorizersRequest
[src]

impl Debug for ListAuthorizersRequest
[src]

impl Serialize for ListAuthorizersRequest
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> Same for T

Should always be Self

impl<T> Erased for T