[][src]Struct rusoto_apigateway::ApiKeys

pub struct ApiKeys {
    pub items: Option<Vec<ApiKey>>,
    pub position: Option<String>,
    pub warnings: Option<Vec<String>>,
}

Represents a collection of API keys as represented by an ApiKeys resource.

Fields

The current page of elements from this collection.

A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.

Trait Implementations

impl Clone for ApiKeys
[src]

Performs copy-assignment from source. Read more

impl Default for ApiKeys
[src]

impl PartialEq<ApiKeys> for ApiKeys
[src]

impl Debug for ApiKeys
[src]

impl<'de> Deserialize<'de> for ApiKeys
[src]

Auto Trait Implementations

impl Send for ApiKeys

impl Sync for ApiKeys

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T