#[non_exhaustive]pub struct UpdateApplicationVersionOutput { /* private fields */ }
Expand description
Result message wrapping a single description of an application version.
Implementations§
source§impl UpdateApplicationVersionOutput
impl UpdateApplicationVersionOutput
sourcepub fn application_version(&self) -> Option<&ApplicationVersionDescription>
pub fn application_version(&self) -> Option<&ApplicationVersionDescription>
The ApplicationVersionDescription
of the application version.
source§impl UpdateApplicationVersionOutput
impl UpdateApplicationVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateApplicationVersionOutput
.
Trait Implementations§
source§impl Clone for UpdateApplicationVersionOutput
impl Clone for UpdateApplicationVersionOutput
source§fn clone(&self) -> UpdateApplicationVersionOutput
fn clone(&self) -> UpdateApplicationVersionOutput
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<UpdateApplicationVersionOutput> for UpdateApplicationVersionOutput
impl PartialEq<UpdateApplicationVersionOutput> for UpdateApplicationVersionOutput
source§fn eq(&self, other: &UpdateApplicationVersionOutput) -> bool
fn eq(&self, other: &UpdateApplicationVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.