#[non_exhaustive]pub struct UpdatePackageVersionsStatusOutput { /* private fields */ }
Implementations§
source§impl UpdatePackageVersionsStatusOutput
impl UpdatePackageVersionsStatusOutput
sourcepub fn successful_versions(
&self
) -> Option<&HashMap<String, SuccessfulPackageVersionInfo>>
pub fn successful_versions(
&self
) -> Option<&HashMap<String, SuccessfulPackageVersionInfo>>
A list of PackageVersionError
objects, one for each package version with a status that failed to update.
sourcepub fn failed_versions(&self) -> Option<&HashMap<String, PackageVersionError>>
pub fn failed_versions(&self) -> Option<&HashMap<String, PackageVersionError>>
A list of SuccessfulPackageVersionInfo
objects, one for each package version with a status that successfully updated.
source§impl UpdatePackageVersionsStatusOutput
impl UpdatePackageVersionsStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePackageVersionsStatusOutput
.
Trait Implementations§
source§impl Clone for UpdatePackageVersionsStatusOutput
impl Clone for UpdatePackageVersionsStatusOutput
source§fn clone(&self) -> UpdatePackageVersionsStatusOutput
fn clone(&self) -> UpdatePackageVersionsStatusOutput
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 PartialEq<UpdatePackageVersionsStatusOutput> for UpdatePackageVersionsStatusOutput
impl PartialEq<UpdatePackageVersionsStatusOutput> for UpdatePackageVersionsStatusOutput
source§fn eq(&self, other: &UpdatePackageVersionsStatusOutput) -> bool
fn eq(&self, other: &UpdatePackageVersionsStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.