Struct aws_sdk_mobile::model::BundleDetails
source · #[non_exhaustive]pub struct BundleDetails { /* private fields */ }
Expand description
The details of the bundle.
Implementations§
source§impl BundleDetails
impl BundleDetails
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Description of the download bundle.
sourcepub fn available_platforms(&self) -> Option<&[Platform]>
pub fn available_platforms(&self) -> Option<&[Platform]>
Developer desktop or mobile app or website platforms.
source§impl BundleDetails
impl BundleDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BundleDetails
.
Trait Implementations§
source§impl Clone for BundleDetails
impl Clone for BundleDetails
source§fn clone(&self) -> BundleDetails
fn clone(&self) -> BundleDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BundleDetails
impl Debug for BundleDetails
source§impl PartialEq<BundleDetails> for BundleDetails
impl PartialEq<BundleDetails> for BundleDetails
source§fn eq(&self, other: &BundleDetails) -> bool
fn eq(&self, other: &BundleDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.