[][src]Struct rusoto_mobile::ExportBundleRequest

pub struct ExportBundleRequest {
    pub bundle_id: String,
    pub platform: Option<String>,
    pub project_id: Option<String>,
}

Request structure used to request generation of custom SDK and tool packages required to integrate mobile web or app clients with backed AWS resources.

Fields

bundle_id: String

Unique bundle identifier.

platform: Option<String>

Developer desktop or target application platform.

project_id: Option<String>

Unique project identifier.

Trait Implementations

impl Clone for ExportBundleRequest[src]

impl Debug for ExportBundleRequest[src]

impl Default for ExportBundleRequest[src]

impl PartialEq<ExportBundleRequest> for ExportBundleRequest[src]

impl Serialize for ExportBundleRequest[src]

impl StructuralPartialEq for ExportBundleRequest[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.