#[non_exhaustive]pub struct DescribePackageOutput { /* private fields */ }
Implementations§
source§impl DescribePackageOutput
impl DescribePackageOutput
sourcepub fn package(&self) -> Option<&PackageDescription>
pub fn package(&self) -> Option<&PackageDescription>
A PackageDescription object that contains information about the requested package.
source§impl DescribePackageOutput
impl DescribePackageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePackageOutput
.
Trait Implementations§
source§impl Clone for DescribePackageOutput
impl Clone for DescribePackageOutput
source§fn clone(&self) -> DescribePackageOutput
fn clone(&self) -> DescribePackageOutput
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 DescribePackageOutput
impl Debug for DescribePackageOutput
source§impl PartialEq<DescribePackageOutput> for DescribePackageOutput
impl PartialEq<DescribePackageOutput> for DescribePackageOutput
source§fn eq(&self, other: &DescribePackageOutput) -> bool
fn eq(&self, other: &DescribePackageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.