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