Struct aws_sdk_mobile::output::DescribeBundleOutput
source · #[non_exhaustive]pub struct DescribeBundleOutput { /* private fields */ }
Expand description
Result structure contains the details of the bundle.
Implementations§
source§impl DescribeBundleOutput
impl DescribeBundleOutput
sourcepub fn details(&self) -> Option<&BundleDetails>
pub fn details(&self) -> Option<&BundleDetails>
The details of the bundle.
source§impl DescribeBundleOutput
impl DescribeBundleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeBundleOutput
.
Trait Implementations§
source§impl Clone for DescribeBundleOutput
impl Clone for DescribeBundleOutput
source§fn clone(&self) -> DescribeBundleOutput
fn clone(&self) -> DescribeBundleOutput
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 DescribeBundleOutput
impl Debug for DescribeBundleOutput
source§impl PartialEq<DescribeBundleOutput> for DescribeBundleOutput
impl PartialEq<DescribeBundleOutput> for DescribeBundleOutput
source§fn eq(&self, other: &DescribeBundleOutput) -> bool
fn eq(&self, other: &DescribeBundleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.