Struct aws_sdk_mobile::types::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() -> BundleDetailsBuilder
pub fn builder() -> BundleDetailsBuilder
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 ==
.impl StructuralPartialEq for BundleDetails
Auto Trait Implementations§
impl RefUnwindSafe for BundleDetails
impl Send for BundleDetails
impl Sync for BundleDetails
impl Unpin for BundleDetails
impl UnwindSafe for BundleDetails
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more